[MPlayer-cvslog] r22723 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Mar 18 20:38:43 CET 2007
Author: diego
Date: Sun Mar 18 20:38:43 2007
New Revision: 22723
Modified:
trunk/configure
Log:
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
unconditionally three lines above ...
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Mar 18 20:38:43 2007
@@ -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"
More information about the MPlayer-cvslog
mailing list