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