]> git.sesse.net Git - ffmpeg/blob - libswresample/Makefile
Merge commit '2e4bb99f4df7052b3e147ee898fcb4013a34d904'
[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        log2_tab.o                            \
12        rematrix.o                            \
13        resample.o                            \
14        swresample.o                          \
15
16 OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
17
18 TESTPROGS = swresample