mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-10 22:33:14 +00:00
![jamal](/assets/img/avatar_default.png)
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
16 lines
421 B
Makefile
16 lines
421 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = swresample
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = swresample.h \
|
|
version.h \
|
|
|
|
OBJS = audioconvert.o \
|
|
dither.o \
|
|
rematrix.o \
|
|
resample.o \
|
|
swresample.o \
|
|
|
|
TESTPROGS = swresample
|