diff src/wma/libffwma/fft.c @ 1951:cc66bd97836f

Unbreak WMA on Altivec-capable linux machines. This might error out on OS X, in which case we might actually *need* the HAVE_ALTIVEC_H which was obliterated.
author Tony Vroon <chainsaw@gentoo.org>
date Mon, 01 Oct 2007 23:46:13 +0100
parents aa044d71838f
children 6b427677621f
line wrap: on
line diff
--- a/src/wma/libffwma/fft.c	Mon Oct 01 23:01:22 2007 +0100
+++ b/src/wma/libffwma/fft.c	Mon Oct 01 23:46:13 2007 +0100
@@ -25,10 +25,7 @@
 #include "dsputil.h"
 
 #ifdef HAVE_ALTIVEC
-
-#ifdef HAVE_ALTIVEC_H
 #include <altivec.h>
-#endif
 
 #ifdef CONFIG_DARWIN
 #include <sys/sysctl.h>