]> git.sesse.net Git - ffmpeg/blob - libswresample/Makefile
Merge commit '13164e479f1c87829096c19003d2cc658ccc1fd4'
[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        rematrix.o                            \
12        resample.o                            \
13        swresample.o                          \
14
15 OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
16 OBJS-$(CONFIG_SHARED)  += log2_tab.o
17
18 # Windows resource file
19 SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
20
21 TESTPROGS = swresample