]> git.sesse.net Git - ffmpeg/blob - libavresample/aarch64/Makefile
Merge commit '9731cf4001377fa2f75c279072cc2b0cbd57bf8e'
[ffmpeg] / libavresample / aarch64 / Makefile
1 OBJS                             += aarch64/audio_convert_init.o    \
2                                     aarch64/resample_init.o         \
3
4 OBJS-$(CONFIG_NEON_CLOBBER_TEST) += aarch64/neontest.o
5
6 NEON-OBJS                        += aarch64/audio_convert_neon.o    \
7                                     aarch64/resample_neon.o         \