[MPlayer-cvslog] r24209 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Aug 26 14:17:36 CEST 2007


Author: reimar
Date: Sun Aug 26 14:17:36 2007
New Revision: 24209

Log:
Remove unused _def_altivec


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Aug 26 14:17:36 2007
@@ -2475,14 +2475,6 @@ EOF
         #_mcpu="$_mcpu $_altivec_gcc_flags"
         CFLAGS="$CFLAGS $_altivec_gcc_flags"
     fi
-
-    # setup _def_altivec correctly
-
-    if test "$_altivec" = yes ; then
-	_def_altivec='#define HAVE_ALTIVEC 1'
-    else
-	_def_altivec='#undef HAVE_ALTIVEC'
-    fi
 fi
 
 if arm ; then



More information about the MPlayer-cvslog mailing list