Mercurial > mplayer.hg
changeset 27936:72fefc25df4b
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
author | diego |
---|---|
date | Thu, 20 Nov 2008 22:54:30 +0000 |
parents | 17b7574a8ada |
children | 1b333a631c10 |
files | libswscale/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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