From 9b25f4a65ffa71596fc09f6c1f553394c65b4692 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 8 Mar 2008 14:39:43 +0000 Subject: cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil') diff --git a/libavutil/Makefile b/libavutil/Makefile index 91b437ea87..2ff0a9764f 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -1,5 +1,7 @@ include ../config.mak +NAME = avutil + OBJS = adler32.o \ aes.o \ base64.o \ @@ -37,8 +39,6 @@ HEADERS = adler32.h \ rational.h \ sha1.h -NAME=avutil - TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree) include ../common.mak -- cgit v1.2.3