mirror of https://github.com/mpv-player/mpv
CONFIG_DARWIN was removed from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24122 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f7176daf51
commit
783cfdad11
|
@ -7391,7 +7391,7 @@ _libs_mplayer=$_ld_tmp
|
|||
|
||||
#############################################################################
|
||||
if darwin ; then
|
||||
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
|
||||
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc"
|
||||
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
|
||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue