]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/Makefile
avcodec: remove FF_API_LOWRES around max_lowres
[ffmpeg] / libswscale / Makefile
index a60b05748d3a4d1e9750c95ca687c864ee9ac9d5..e70e358637d2ed05c87f8df587e4a5e7b4c13fb1 100644 (file)
@@ -5,7 +5,8 @@ NAME = swscale
 HEADERS = swscale.h                                                     \
           version.h                                                     \
 
-OBJS = hscale_fast_bilinear.o                           \
+OBJS = alphablend.o                                     \
+       hscale_fast_bilinear.o                           \
        input.o                                          \
        options.o                                        \
        output.o                                         \
@@ -14,6 +15,9 @@ OBJS = hscale_fast_bilinear.o                           \
        swscale_unscaled.o                               \
        utils.o                                          \
        yuv2rgb.o                                        \
+       slice.o                                          \
+       hscale.o                                         \
+       vscale.o                                         \
 
 OBJS-$(CONFIG_SHARED)        += log2_tab.o