mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
12655c4804
modelled after aarch64 code on Cortex-A8, s16 and s32 code is about 2x faster, float code about 7x faster Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
8 lines
199 B
Makefile
8 lines
199 B
Makefile
OBJS += arm/audio_convert_init.o \
|
|
arm/resample_init.o
|
|
|
|
OBJS-$(CONFIG_NEON_CLOBBER_TEST) += arm/neontest.o
|
|
|
|
NEON-OBJS += arm/audio_convert_neon.o \
|
|
arm/resample_neon.o
|