libswscale/Makefile
2e7bd344
 NAME = swscale
6fdd35a3
 DESC = FFmpeg image rescaling library
7c9c2966
 
86ab7b0f
 HEADERS = swscale.h                                                     \
           version.h                                                     \
4d382e20
 
d0e0757e
 OBJS = alphablend.o                                     \
ca5ec2bf
        hscale.o                                         \
d0e0757e
        hscale_fast_bilinear.o                           \
ca5ec2bf
        gamma.o                                          \
e9f7c7ae
        input.o                                          \
ad0e31f1
        options.o                                        \
        output.o                                         \
        rgb2rgb.o                                        \
ca5ec2bf
        slice.o                                          \
ad0e31f1
        swscale.o                                        \
        swscale_unscaled.o                               \
        utils.o                                          \
        yuv2rgb.o                                        \
62d176de
        vscale.o                                         \
91f2de5e
 
9ffac3d0
 OBJS-$(CONFIG_SHARED)        += log2_tab.o
 
56572787
 # Windows resource file
 SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
 
9eb83a56
 TESTPROGS = colorspace                                                  \
08e1376d
             pixdesc_query                                               \
9eb83a56
             swscale                                                     \