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