libswscale/Makefile
11096804
 include $(SUBDIR)../config.mak
 
2e7bd344
 NAME = swscale
7c9c2966
 
86ab7b0f
 HEADERS = swscale.h                                                     \
           version.h                                                     \
4d382e20
 
d0e0757e
 OBJS = alphablend.o                                     \
        hscale_fast_bilinear.o                           \
e9f7c7ae
        input.o                                          \
ad0e31f1
        options.o                                        \
        output.o                                         \
        rgb2rgb.o                                        \
        swscale.o                                        \
        swscale_unscaled.o                               \
        utils.o                                          \
        yuv2rgb.o                                        \
e0a3173a
        slice.o                                          \
        hscale.o                                         \
62d176de
        vscale.o                                         \
3059562a
        gamma.o                                          \
91f2de5e
 
9ffac3d0
 OBJS-$(CONFIG_SHARED)        += log2_tab.o
 
56572787
 # Windows resource file
 SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
 
9eb83a56
 TESTPROGS = colorspace                                                  \
             swscale                                                     \