OSDN Git Service

dct-test: test ff_simple_idct_neon only on ARM for now
authorJanne Grunau <janne-libav@jannau.net>
Mon, 13 Jan 2014 20:32:19 +0000 (21:32 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 15 Jan 2014 10:58:39 +0000 (11:58 +0100)
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/dct-test.c

index d71f7a3..74a4206 100644 (file)
@@ -130,7 +130,7 @@ static const struct algo idct_tab[] = {
 #if HAVE_ARMV6
     { "SIMPLE-ARMV6",   ff_simple_idct_armv6,  MMX_PERM,  AV_CPU_FLAG_ARMV6   },
 #endif
-#if HAVE_NEON
+#if HAVE_NEON && ARCH_ARM
     { "SIMPLE-NEON",    ff_simple_idct_neon, PARTTRANS_PERM, AV_CPU_FLAG_NEON },
 #endif