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:
diego 2007-08-22 22:51:03 +00:00
parent f7176daf51
commit 783cfdad11
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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