summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-08 14:39:43 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-08 14:39:43 +0000
commit9b25f4a65ffa71596fc09f6c1f553394c65b4692 (patch)
treeb9c1c2a65fed98ccd93d803f9b5d7c95ac5f4eee /libavcodec
parent5dea940937caacc3baf974b134a961601834e802 (diff)
downloadffmpeg-streaming-9b25f4a65ffa71596fc09f6c1f553394c65b4692.zip
ffmpeg-streaming-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')
-rw-r--r--libavcodec/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4c9a53e..7dd93a0 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)
OpenPOWER on IntegriCloud