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