Module: libav Branch: master Commit: 1e9265cd8f0821acbeca1db437be1361a3976b85
Author: Janne Grunau <[email protected]> Committer: Janne Grunau <[email protected]> Date: Mon Jan 13 21:32:19 2014 +0100 dct-test: test ff_simple_idct_neon only on ARM for now Signed-off-by: Janne Grunau <[email protected]> --- 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
