diff libswscale/Makefile @ 27936:72fefc25df4b

cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
author diego
date Thu, 20 Nov 2008 22:54:30 +0000
parents eb78efa6cb07
children 8226498f4e24
line wrap: on
line diff
--- 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