Commit d01f8790 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '1e9265cd'

* commit '1e9265cd':
  dct-test: test ff_simple_idct_neon only on ARM for now
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents fb37d03a 1e9265cd
......@@ -167,7 +167,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment