]> git.sesse.net Git - ffmpeg/blob - libavresample/arm/Makefile
Merge commit 'e519dcd937c7c98815ba9884867590e302272016'
[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