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