Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 63b1c08073adefb93c9fe8e3a6fd9c1b99772b7e) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 lines
181 B
Makefile
11 lines
181 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
|