Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / libswresample / Makefile
CommitLineData
2ba45a60
DM
1include $(SUBDIR)../config.mak
2
3NAME = swresample
4FFLIBS = avutil
5
6HEADERS = swresample.h \
7 version.h \
8
9OBJS = audioconvert.o \
10 dither.o \
11 options.o \
12 rematrix.o \
13 resample.o \
14 resample_dsp.o \
15 swresample.o \
16 swresample_frame.o \
17
18OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
19OBJS-$(CONFIG_SHARED) += log2_tab.o
20
21# Windows resource file
22SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
23
24TESTPROGS = swresample