1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-09 02:39:04 +02:00
ffmpeg/libswscale/Makefile
Michael Niedermayer d0e0757e9a swscale: Implement alphablendaway for planar 4:4:4 formats
Fixes Ticket4746

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-08 13:24:52 +02:00

26 lines
1.0 KiB
Makefile

include $(SUBDIR)../config.mak
NAME = swscale
HEADERS = swscale.h \
version.h \
OBJS = alphablend.o \
hscale_fast_bilinear.o \
input.o \
options.o \
output.o \
rgb2rgb.o \
swscale.o \
swscale_unscaled.o \
utils.o \
yuv2rgb.o \
OBJS-$(CONFIG_SHARED) += log2_tab.o
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
TESTPROGS = colorspace \
swscale \