mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
449511740f
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
17 lines
778 B
Makefile
17 lines
778 B
Makefile
NAME = swscale
|
|
|
|
HEADERS = swscale.h \
|
|
version.h \
|
|
|
|
OBJS = input.o \
|
|
options.o \
|
|
output.o \
|
|
rgb2rgb.o \
|
|
swscale.o \
|
|
swscale_unscaled.o \
|
|
utils.o \
|
|
yuv2rgb.o \
|
|
|
|
TESTPROGS = colorspace \
|
|
swscale \
|