mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-09 16:48:16 +00:00
16e6652286
Intrinsics only used on aarch64 since the existing ARMv7 NEON asm is slightly faster (Cortex-A9, gcc-4.8, micro-benchmarks and full decoding time). Signed-off-by: James Yu <james.yu@linaro.org> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2 lines
54 B
Makefile
2 lines
54 B
Makefile
OBJS-$(CONFIG_MPEGVIDEO) += neon/mpegvideo.o
|