From 2912d9ee5718e0201828ba53ce05dd8687833ea0 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 11 Dec 2007 19:52:17 +0000 Subject: 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 --- mp3lib/dct64_altivec.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mp3lib/dct64_altivec.c') diff --git a/mp3lib/dct64_altivec.c b/mp3lib/dct64_altivec.c index c2501f8ebc..9a012ad75e 100644 --- a/mp3lib/dct64_altivec.c +++ b/mp3lib/dct64_altivec.c @@ -11,8 +11,6 @@ #include "mpg123.h" -#ifdef HAVE_ALTIVEC - #ifndef SYS_DARWIN #include #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 */ - -- cgit v1.2.3