[SCM] libav/experimental: simplify lzo-test rule
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:15:56 UTC 2013
The following commit has been merged in the experimental branch:
commit 2e98d87cfc5144dd093d6ca47a577d7228552594
Author: Måns Rullgård <mans at mansr.com>
Date: Wed Feb 27 21:38:36 2008 +0000
simplify lzo-test rule
Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 04fd16f..0cf55f5 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -45,8 +45,7 @@ TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat t
include ../common.mak
-lzo-test$(EXESUF): lzo.c $(LIBNAME)
- $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) -llzo2
+lzo-test$(EXESUF): EXTRALIBS += -llzo2
clean::
rm -f lzo-test$(EXESUF)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list