# HG changeset patch # User diego # Date 1204987183 0 # Node ID fc4239d967cec6dba6396a3bb8d45da566c424cd # Parent b8c57ebf9880cf71bda1f798dc4be395445ba6fc cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. diff -r b8c57ebf9880 -r fc4239d967ce Makefile --- a/Makefile Fri Mar 07 19:27:17 2008 +0000 +++ b/Makefile Sat Mar 08 14:39:43 2008 +0000 @@ -1,5 +1,7 @@ include ../config.mak +NAME = avutil + OBJS = adler32.o \ aes.o \ base64.o \ @@ -37,8 +39,6 @@ rational.h \ sha1.h -NAME=avutil - TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree) include ../common.mak