Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-28 02:27:13 +0300
committerDiego Biurrun <diego@biurrun.de>2008-01-28 02:27:13 +0300
commitfe34942e922aa9574ea7cc139b32a7e076fd7607 (patch)
tree51d91978190f20d38f32b8bd87d8cc9739b3fd6f /libavutil
parent4942a0e8eea71395ad174fe0744de9f70e06459b (diff)
Move some lines in preparation for an upcoming commit.
Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 064e7e81bd..c5306709a0 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -41,10 +41,10 @@ NAME=avutil
LIBVERSION=$(LAVUVERSION)
LIBMAJOR=$(LAVUMAJOR)
-include ../common.mak
-
TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree)
+include ../common.mak
+
tests: $(TESTS)
%-test$(EXESUF): %.c $(LIBNAME)