mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00: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
|