Files
FFmpeg/libswresample/Makefile
T

27 lines
830 B
Makefile
Raw Normal View History

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