]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dct-test.c
h264: reset ref count if decoding the slice header fails
[ffmpeg] / libavcodec / dct-test.c
index d71f7a3fb6ae605677300ca8f4db7a62df277745..74a420615cac76b7e5c691423024ec433171161e 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