libswscale/Makefile
11096804
 include $(SUBDIR)../config.mak
 
2e7bd344
 NAME = swscale
b10b849f
 FFLIBS = avutil
7c9c2966
 
86ab7b0f
 HEADERS = swscale.h                                                     \
           version.h                                                     \
4d382e20
 
ad0e31f1
 OBJS = input.o                                          \
        options.o                                        \
        output.o                                         \
        rgb2rgb.o                                        \
        swscale.o                                        \
        swscale_unscaled.o                               \
        utils.o                                          \
        yuv2rgb.o                                        \
91f2de5e
 
56572787
 # Windows resource file
 SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
 
9eb83a56
 TESTPROGS = colorspace                                                  \
             swscale                                                     \