You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
dct-test: test ff_simple_idct_neon only on ARM for now
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user