From 2e7bd3449316afb4dc6bce3ccef8b1dccf73808f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 8 Mar 2008 14:40:18 +0000 Subject: [PATCH] cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libswscale/Makefile b/libswscale/Makefile index 3aa49a2bc1..2d90fa7e5a 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -1,8 +1,7 @@ include ../config.mak -NAME=swscale - +NAME = swscale FFLIBS = avutil OBJS = rgb2rgb.o swscale.o