libswresample/Makefile
b5875b91
 include $(SUBDIR)../config.mak
 
 NAME = swresample
 FFLIBS = avutil
 
b75c3d2b
 HEADERS = swresample.h                       \
           version.h                          \
b5875b91
 
5a7a9f02
 OBJS = audioconvert.o                        \
        dither.o                              \
37715b45
        options.o                             \
5a7a9f02
        rematrix.o                            \
        resample.o                            \
7128a35f
        resample_dsp.o                        \
5a7a9f02
        swresample.o                          \
b7d5e016
        swresample_frame.o                    \
b5875b91
 
801b3157
 OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
03148fd1
 OBJS-$(CONFIG_SHARED)  += log2_tab.o
801b3157
 
56572787
 # Windows resource file
 SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
 
63b1c080
 TESTPROGS = swresample