blob: 067e2b94106cae7f7d40861a3c77903331c77e94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
include $(SUBDIR)../config.mak
NAME = swscale
HEADERS = swscale.h \
version.h \
OBJS = hscale_fast_bilinear.o \
input.o \
options.o \
output.o \
rgb2rgb.o \
swscale.o \
swscale_unscaled.o \
utils.o \
yuv2rgb.o \
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
TESTPROGS = colorspace \
swscale \
|