From 52f41b2b675e6049ade703b1a4e078f688928aed Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 18 Mar 2007 19:38:43 +0000 Subject: [PATCH] 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 --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 09fc5379fe..618d3cdf86 100755 --- a/configure +++ b/configure @@ -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"