Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added

unconditionally three lines above ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22723 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-18 19:38:43 +00:00
parent 8b486ef376
commit 52f41b2b67
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -7186,9 +7186,6 @@ if darwin ; then
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
CFLAGS="$CFLAGS -no-cpp-precomp"
fi
# libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX
test "$_altivec" = yes && CFLAGS="$CFLAGS -DCONFIG_DARWIN"
fi
if amigaos ; then
CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__ -DSYS_AMIGAOS4"