mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
801b315729
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
19 lines
511 B
Makefile
19 lines
511 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = swresample
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = swresample.h \
|
|
version.h \
|
|
|
|
OBJS = audioconvert.o \
|
|
dither.o \
|
|
log2_tab.o \
|
|
rematrix.o \
|
|
resample.o \
|
|
swresample.o \
|
|
|
|
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
|
|
|
|
TESTPROGS = swresample
|