diff options
Diffstat (limited to 'libswresample/aarch64/Makefile')
-rw-r--r-- | libswresample/aarch64/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libswresample/aarch64/Makefile b/libswresample/aarch64/Makefile new file mode 100644 index 0000000000..320ed67e82 --- /dev/null +++ b/libswresample/aarch64/Makefile @@ -0,0 +1,5 @@ +OBJS += aarch64/audio_convert_init.o + +OBJS-$(CONFIG_NEON_CLOBBER_TEST) += aarch64/neontest.o + +NEON-OBJS += aarch64/audio_convert_neon.o |