]> git.sesse.net Git - ffmpeg/blob - libavresample/x86/Makefile
Merge commit '1ff6cb2ca6652e7d2a929afd33d8ed6268c45568'
[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                                               \