Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/arm/Makefile')
-rw-r--r--libavresample/arm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavresample/arm/Makefile b/libavresample/arm/Makefile
index 55683cbfae..60f3f6d6b8 100644
--- a/libavresample/arm/Makefile
+++ b/libavresample/arm/Makefile
@@ -1,2 +1,5 @@
OBJS += arm/audio_convert_init.o
+
+OBJS-$(CONFIG_NEON_CLOBBER_TEST) += arm/neontest.o
+
NEON-OBJS += arm/audio_convert_neon.o