# HG changeset patch # User diego # Date 1227221670 0 # Node ID 72fefc25df4baacfc79f75a707c1b032b316bb34 # Parent 17b7574a8adad67cb684b154a9e32e1215b3fac0 cosmetics: Consistently place HEADERS before OBJS in all Makefiles. diff -r 17b7574a8ada -r 72fefc25df4b libswscale/Makefile --- a/libswscale/Makefile Thu Nov 20 19:32:08 2008 +0000 +++ b/libswscale/Makefile Thu Nov 20 22:54:30 2008 +0000 @@ -3,6 +3,8 @@ NAME = swscale FFLIBS = avutil +HEADERS = swscale.h + OBJS = rgb2rgb.o swscale.o swscale_avoption.o OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o @@ -11,8 +13,6 @@ OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -HEADERS = swscale.h - TESTS = cs_test swscale-example CLEANFILES = cs_test swscale-example