# HG changeset patch # User diego # Date 1197402737 0 # Node ID f155e65885e1ce05c0fe6c5a0d45b4bd380e66e5 # Parent 8855a25682813ead36a229cd49314794b2bba51b Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when HAVE_ALTIVEC is set anyway. diff -r 8855a2568281 -r f155e65885e1 mp3lib/dct64_altivec.c --- a/mp3lib/dct64_altivec.c Tue Dec 11 14:53:14 2007 +0000 +++ b/mp3lib/dct64_altivec.c Tue Dec 11 19:52:17 2007 +0000 @@ -11,8 +11,6 @@ #include "mpg123.h" -#ifdef HAVE_ALTIVEC - #ifndef SYS_DARWIN #include #endif @@ -538,6 +536,3 @@ out1[0x10*13] = b1[0x17] + b1[0x1F]; out1[0x10*15] = b1[0x1F]; } - -#endif /* HAVE_ALTIVEC */ -