Makefile 715 Bytes
Newer Older
Michael Niedermayer's avatar
Michael Niedermayer committed
1 2 3 4 5
include $(SUBDIR)../config.mak

NAME = swresample
FFLIBS = avutil

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

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

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

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

24
TESTPROGS = swresample