[MPlayer-cvslog] r25352 - trunk/mp3lib/dct64_altivec.c

diego subversion at mplayerhq.hu
Tue Dec 11 20:52:18 CET 2007


Author: diego
Date: Tue Dec 11 20:52:17 2007
New Revision: 25352

Log:
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
HAVE_ALTIVEC is set anyway.


Modified:
   trunk/mp3lib/dct64_altivec.c

Modified: trunk/mp3lib/dct64_altivec.c
==============================================================================
--- trunk/mp3lib/dct64_altivec.c	(original)
+++ trunk/mp3lib/dct64_altivec.c	Tue Dec 11 20:52:17 2007
@@ -11,8 +11,6 @@
 
 #include "mpg123.h"
 
-#ifdef HAVE_ALTIVEC
-
 #ifndef SYS_DARWIN
 #include <altivec.h>
 #endif
@@ -538,6 +536,3 @@ void dct64_altivec(real *a,real *b,real 
   out1[0x10*13] = b1[0x17] + b1[0x1F];
   out1[0x10*15] = b1[0x1F];
 }
-
-#endif /* HAVE_ALTIVEC */
-



More information about the MPlayer-cvslog mailing list