diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-08 14:39:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-08 14:39:43 +0000 |
commit | 9b25f4a65ffa71596fc09f6c1f553394c65b4692 (patch) | |
tree | b9c1c2a65fed98ccd93d803f9b5d7c95ac5f4eee /libavcodec/Makefile | |
parent | 5dea940937caacc3baf974b134a961601834e802 (diff) | |
download | ffmpeg-9b25f4a65ffa71596fc09f6c1f553394c65b4692.tar.gz |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4c9a53ec64..7dd93a0bd5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -4,6 +4,9 @@ # include ../config.mak +NAME = avcodec +FFLIBS = avutil + OBJS = allcodecs.o \ audioconvert.o \ bitstream.o \ @@ -454,10 +457,6 @@ ASM_OBJS-$(ARCH_BFIN) += bfin/pixels_bfin.o \ 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) |