summaryrefslogtreecommitdiff
path: root/libswresample/aarch64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/aarch64/Makefile')
-rw-r--r--libswresample/aarch64/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libswresample/aarch64/Makefile b/libswresample/aarch64/Makefile
new file mode 100644
index 0000000000..5c34f8d949
--- /dev/null
+++ b/libswresample/aarch64/Makefile
@@ -0,0 +1,7 @@
+OBJS += aarch64/audio_convert_init.o \
+ aarch64/resample_init.o
+
+OBJS-$(CONFIG_NEON_CLOBBER_TEST) += aarch64/neontest.o
+
+NEON-OBJS += aarch64/audio_convert_neon.o \
+ aarch64/resample.o