diff options
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index a9f9e03b25..0272039a6c 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -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 |