]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/Makefile
Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'
[ffmpeg] / libswscale / Makefile
index a9f9e03b258f55ebe9d1f80351565e7855f96bb8..0272039a6c8e81ca82fc23da0ba273a69372b020 100644 (file)
@@ -6,19 +6,19 @@ HEADERS = swscale.h                                                     \
           version.h                                                     \
 
 OBJS = alphablend.o                                     \
+       hscale.o                                         \
        hscale_fast_bilinear.o                           \
+       gamma.o                                          \
        input.o                                          \
        options.o                                        \
        output.o                                         \
        rgb2rgb.o                                        \
+       slice.o                                          \
        swscale.o                                        \
        swscale_unscaled.o                               \
        utils.o                                          \
        yuv2rgb.o                                        \
-       slice.o                                          \
-       hscale.o                                         \
        vscale.o                                         \
-       gamma.o                                          \
 
 OBJS-$(CONFIG_SHARED)        += log2_tab.o