2011-09-19 07:13:30 +03:00
|
|
|
NAME = swresample
|
2017-05-05 00:59:30 +02:00
|
|
|
DESC = FFmpeg audio resampling library
|
2011-09-19 07:13:30 +03:00
|
|
|
FFLIBS = avutil
|
|
|
|
|
2012-09-27 10:35:31 +03:00
|
|
|
HEADERS = swresample.h \
|
|
|
|
version.h \
|
2011-09-19 07:13:30 +03:00
|
|
|
|
2012-06-05 18:05:30 +03:00
|
|
|
OBJS = audioconvert.o \
|
|
|
|
dither.o \
|
2014-07-06 04:08:34 +03:00
|
|
|
options.o \
|
2012-06-05 18:05:30 +03:00
|
|
|
rematrix.o \
|
|
|
|
resample.o \
|
2014-06-14 21:11:03 +03:00
|
|
|
resample_dsp.o \
|
2012-06-05 18:05:30 +03:00
|
|
|
swresample.o \
|
2014-08-11 02:43:26 +03:00
|
|
|
swresample_frame.o \
|
2011-09-19 07:13:30 +03:00
|
|
|
|
2012-12-11 23:43:42 +03:00
|
|
|
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
|
2021-02-09 13:40:04 +02:00
|
|
|
|
|
|
|
# Objects duplicated from other libraries for shared builds
|
|
|
|
SHLIBOBJS += log2_tab.o
|
2012-12-11 23:43:42 +03:00
|
|
|
|
2013-12-05 23:50:14 +03:00
|
|
|
# Windows resource file
|
|
|
|
SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
|
|
|
|
|
2012-06-05 18:06:19 +03:00
|
|
|
TESTPROGS = swresample
|