1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-04-29 12:54:10 +02:00
Files
FFmpeg/libswresample/Makefile
T

25 lines
715 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 \
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
OBJS-$(CONFIG_SHARED) += 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