mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
9dd3da1061
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 lines
210 B
Makefile
13 lines
210 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = swresample
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = swresample.h
|
|
|
|
OBJS = swresample.o audioconvert.o resample2.o rematrix.o
|
|
|
|
TESTPROGS = swresample_test
|
|
|
|
include $(SRC_PATH)/subdir.mak
|