Makefile 722 Bytes
Newer Older
Michael Niedermayer's avatar
Michael Niedermayer committed
1
NAME = swresample
James Almer's avatar
James Almer committed
2
DESC = FFmpeg audio resampling library
Michael Niedermayer's avatar
Michael Niedermayer committed
3 4
FFLIBS = avutil

5 6
HEADERS = swresample.h                       \
          version.h                          \
Michael Niedermayer's avatar
Michael Niedermayer committed
7

8 9
OBJS = audioconvert.o                        \
       dither.o                              \
10
       options.o                             \
11 12
       rematrix.o                            \
       resample.o                            \
13
       resample_dsp.o                        \
14
       swresample.o                          \
15
       swresample_frame.o                    \
Michael Niedermayer's avatar
Michael Niedermayer committed
16

17
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
18
OBJS-$(CONFIG_SHARED)  += log2_tab.o
19

20 21 22
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o

23
TESTPROGS = swresample