[FFmpeg-cvslog] dct-test: test ff_simple_idct_neon only on ARM for now
Janne Grunau
git at videolan.org
Wed Jan 15 14:41:22 CET 2014
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Mon Jan 13 21:32:19 2014 +0100| [1e9265cd8f0821acbeca1db437be1361a3976b85] | committer: Janne Grunau
dct-test: test ff_simple_idct_neon only on ARM for now
Signed-off-by: Janne Grunau <janne-libav at jannau.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e9265cd8f0821acbeca1db437be1361a3976b85
---
libavcodec/dct-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index d71f7a3..74a4206 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -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
More information about the ffmpeg-cvslog
mailing list