blob: 0a13412163ec16176cdca35d20004081767c47af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
include $(SUBDIR)../config.mak
NAME = swresample
FFLIBS = avutil
HEADERS = swresample.h
OBJS = swresample.o audioconvert.o resample.o rematrix.o dither.o
TESTPROGS = swresample
|