ffmpeg/libswscale/Makefile

30 lines
1.3 KiB
Makefile
Raw Normal View History

NAME = swscale
DESC = FFmpeg image rescaling library
HEADERS = swscale.h \
version.h \
OBJS = alphablend.o \
hscale.o \
hscale_fast_bilinear.o \
gamma.o \
input.o \
2012-02-02 22:55:57 +00:00
options.o \
output.o \
rgb2rgb.o \
slice.o \
2012-02-02 22:55:57 +00:00
swscale.o \
swscale_unscaled.o \
utils.o \
yuv2rgb.o \
2015-08-18 14:47:55 +00:00
vscale.o \
OBJS-$(CONFIG_SHARED) += log2_tab.o
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
TESTPROGS = colorspace \
pixdesc_query \
swscale \