summaryrefslogtreecommitdiff
path: root/libswresample/Makefile
blob: cc3038fd72fa74458cea1c7ce50cac04d1289fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(SUBDIR)../config.mak

NAME = swresample
FFLIBS = avutil

HEADERS = swresample.h

OBJS = swresample.o audioconvert.o resample.o rematrix.o

TESTPROGS = swresample_test

include $(SRC_PATH)/subdir.mak