mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
63b1c08073
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
15 lines
350 B
Makefile
15 lines
350 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = swresample
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = swresample.h
|
|
|
|
OBJS = audioconvert.o \
|
|
dither.o \
|
|
rematrix.o \
|
|
resample.o \
|
|
swresample.o \
|
|
|
|
TESTPROGS = swresample
|