Browse Source

dct-test: test ff_simple_idct_neon only on ARM for now

Signed-off-by: Janne Grunau <janne-libav@jannau.net>
tags/n2.2-rc1
Janne Grunau 12 years ago
parent
commit
1e9265cd8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dct-test.c

+ 1
- 1
libavcodec/dct-test.c View 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



Loading…
Cancel
Save