]> git.sesse.net Git - ffmpeg/blob - libswresample/Makefile
Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'
[ffmpeg] / libswresample / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = swresample
4 FFLIBS = avutil
5
6 HEADERS = swresample.h                       \
7           version.h                          \
8
9 OBJS = audioconvert.o                        \
10        dither.o                              \
11        options.o                             \
12        rematrix.o                            \
13        resample.o                            \
14        resample_dsp.o                        \
15        swresample.o                          \
16
17 OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
18 OBJS-$(CONFIG_SHARED)  += log2_tab.o
19
20 # Windows resource file
21 SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
22
23 TESTPROGS = swresample