Mercurial > mplayer.hg
changeset 25324:f155e65885e1
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
HAVE_ALTIVEC is set anyway.
author | diego |
---|---|
date | Tue, 11 Dec 2007 19:52:17 +0000 |
parents | 8855a2568281 |
children | 7c7885350d89 |
files | mp3lib/dct64_altivec.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <altivec.h> #endif @@ -538,6 +536,3 @@ out1[0x10*13] = b1[0x17] + b1[0x1F]; out1[0x10*15] = b1[0x1F]; } - -#endif /* HAVE_ALTIVEC */ -