# HG changeset patch # User diego # Date 1174246723 0 # Node ID f8fe4c872e9e66d0a9c121ea79cc0da9dd1f0ee8 # Parent ea1ea68543caa9dd135f95765599be1930aa029c Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added unconditionally three lines above ... diff -r ea1ea68543ca -r f8fe4c872e9e configure --- a/configure Sun Mar 18 17:38:09 2007 +0000 +++ b/configure Sun Mar 18 19:38:43 2007 +0000 @@ -7186,9 +7186,6 @@ 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"