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