mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02: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
|