1NAME = swresample 2DESC = FFmpeg audio resampling library 3FFLIBS = avutil 4 5HEADERS = swresample.h \ 6 version.h \ 7 8OBJS = audioconvert.o \ 9 dither.o \ 10 options.o \ 11 rematrix.o \ 12 resample.o \ 13 resample_dsp.o \ 14 swresample.o \ 15 swresample_frame.o \ 16 17OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o 18OBJS-$(CONFIG_SHARED) += log2_tab.o 19 20# Windows resource file 21SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o 22 23TESTPROGS = swresample 24