projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9342080
)
simplify lzo-test rule
author
Måns Rullgård
<mans@mansr.com>
Wed, 27 Feb 2008 21:38:36 +0000
(21:38 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Wed, 27 Feb 2008 21:38:36 +0000
(21:38 +0000)
Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/Makefile
patch
|
blob
|
history
diff --git
a/libavutil/Makefile
b/libavutil/Makefile
index 04fd16fac0628a48aa6e7be768a77183b1afbc80..0cf55f50faac35ae27e9b723e32b24761a8037aa 100644
(file)
--- 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)