]> git.sesse.net Git - ffmpeg/blob - libavresample/x86/Makefile
avutil/cpu: Remove deprecated functions
[ffmpeg] / libavresample / x86 / Makefile
1 OBJS      += x86/audio_convert_init.o                                   \
2              x86/audio_mix_init.o                                       \
3              x86/dither_init.o                                          \
4
5 OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
6
7 X86ASM-OBJS += x86/audio_convert.o                                      \
8              x86/audio_mix.o                                            \
9              x86/dither.o                                               \