mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 14:00:43 +00:00
db2eadb2f5
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 lines
186 B
Makefile
11 lines
186 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = swresample
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = swresample.h
|
|
|
|
OBJS = swresample.o audioconvert.o resample.o rematrix.o dither.o
|
|
|
|
TESTPROGS = swresample_test
|