Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / 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 YASM-OBJS += x86/audio_convert.o \
8 x86/audio_mix.o \
9 x86/dither.o \