Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when

HAVE_ALTIVEC is set anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25352 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-11 19:52:17 +00:00
parent 222ea2c463
commit 2912d9ee57
1 changed files with 0 additions and 5 deletions

View File

@ -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 *c)
out1[0x10*13] = b1[0x17] + b1[0x1F];
out1[0x10*15] = b1[0x1F];
}
#endif /* HAVE_ALTIVEC */