1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-04-29 12:54:10 +02:00
Files
FFmpeg/libavresample/Makefile
T

19 lines
857 B
Makefile
Raw Normal View History

2012-03-23 17:42:17 -04:00
NAME = avresample
HEADERS = avresample.h \
version.h \
2012-03-23 17:42:17 -04:00
OBJS = audio_convert.o \
audio_data.o \
audio_mix.o \
audio_mix_matrix.o \
dither.o \
2012-03-23 17:42:17 -04:00
options.o \
resample.o \
utils.o \
2012-03-23 17:42:17 -04:00
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
2012-03-23 17:42:17 -04:00
TESTPROGS = avresample