Makefile 501 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 11 12 13
OBJS = audioconvert.o                        \
       dither.o                              \
       rematrix.o                            \
       resample.o                            \
       swresample.o                          \
Michael Niedermayer's avatar
Michael Niedermayer committed
14

15
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
16
OBJS-$(CONFIG_SHARED)  += log2_tab.o
17

18
TESTPROGS = swresample