]> git.sesse.net Git - ffmpeg/blob - libswresample/Makefile
Merge commit '9ceed7af377cea6a430d63a2f5d5cf1afe0d4f05'
[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 TESTPROGS = swresample