# HG changeset patch # User diego # Date 1204987183 0 # Node ID 9f6b1bd4f7634c4f7246f5a9f585e337448fcc79 # Parent 6815571afbcfb8aec091ca95ce9bb6a7c64c6eb5 cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. diff -r 6815571afbcf -r 9f6b1bd4f763 Makefile --- a/Makefile Fri Mar 07 19:47:44 2008 +0000 +++ b/Makefile Sat Mar 08 14:39:43 2008 +0000 @@ -4,6 +4,9 @@ # include ../config.mak +NAME = avcodec +FFLIBS = avutil + OBJS = allcodecs.o \ audioconvert.o \ bitstream.o \ @@ -454,10 +457,6 @@ bfin/idct_bfin.o \ bfin/vp3_idct_bfin.o \ -FFLIBS = avutil - -NAME=avcodec - TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) ifeq ($(ARCH_X86),yes) TESTS += cpuid-test$(EXESUF) motion-test$(EXESUF)