]> git.sesse.net Git - ffmpeg/blob - libswresample/Makefile
iff/deep: fix rle32 on big-endian
[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