1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-12 10:25:32 +02:00
ffmpeg/libavresample/x86/Makefile
2013-01-08 14:52:43 -05:00

8 lines
445 B
Makefile

OBJS += x86/audio_convert_init.o \
x86/audio_mix_init.o \
x86/dither_init.o \
YASM-OBJS += x86/audio_convert.o \
x86/audio_mix.o \
x86/dither.o \