Author: reimar Date: Mon Jul 12 00:34:47 2010 New Revision: 31721 Log: Define HAVE_GNU_AS to enable Altivec-accelerated FFT. Modified: trunk/configure Modified: trunk/configure ============================================================================== --- trunk/configure Sun Jul 11 23:33:27 2010 (r31720) +++ trunk/configure Mon Jul 12 00:34:47 2010 (r31721) @@ -8778,6 +8778,7 @@ CONFIG_VDPAU = $_vdpau CONFIG_XVMC = $_xvmc CONFIG_ZLIB = $_zlib +HAVE_GNU_AS = yes HAVE_PTHREADS = $_pthreads HAVE_SHM = $_shm HAVE_W32THREADS = $_w32threads @@ -9256,6 +9257,7 @@ $def_yasm #define HAVE_ATTRIBUTE_PACKED 1 #define HAVE_GETHRTIME 0 +#define HAVE_GNU_AS 1 #define HAVE_INLINE_ASM 1 #define HAVE_ISATTY 0 #define HAVE_LDBRX 0
participants (3)
-
Diego Biurrun -
reimar -
Reimar Döffinger