]> git.sesse.net Git - ffmpeg/blob - libswresample/Makefile
Merge commit '202b5f6deb65e405b07b9b5c20f97c8cb925cf49'
[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