]> git.sesse.net Git - ffmpeg/blob - libswscale/Makefile
lavu/frame: put frame QP elements under a new version guard
[ffmpeg] / libswscale / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = swscale
4
5 HEADERS = swscale.h                                                     \
6           version.h                                                     \
7
8 OBJS = alphablend.o                                     \
9        hscale_fast_bilinear.o                           \
10        input.o                                          \
11        options.o                                        \
12        output.o                                         \
13        rgb2rgb.o                                        \
14        swscale.o                                        \
15        swscale_unscaled.o                               \
16        utils.o                                          \
17        yuv2rgb.o                                        \
18        slice.o                                          \
19        hscale.o                                         \
20        vscale.o                                         \
21        gamma.o                                          \
22
23 OBJS-$(CONFIG_SHARED)        += log2_tab.o
24
25 # Windows resource file
26 SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
27
28 TESTPROGS = colorspace                                                  \
29             swscale                                                     \