Files
FFmpeg/libswresample/Makefile
T

19 lines
501 B
Makefile
Raw Normal View History

2011-09-19 06:13:30 +02:00
include $(SUBDIR)../config.mak
NAME = swresample
FFLIBS = avutil
2012-09-27 04:35:31 -03:00
HEADERS = swresample.h \
version.h \
2011-09-19 06:13:30 +02:00
OBJS = audioconvert.o \
dither.o \
rematrix.o \
resample.o \
swresample.o \
2011-09-19 06:13:30 +02:00
2012-12-11 21:43:42 +01:00
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
OBJS-$(CONFIG_SHARED) += log2_tab.o
2012-12-11 21:43:42 +01:00
2012-06-05 17:06:19 +02:00
TESTPROGS = swresample