diff options
author | Måns Rullgård <mans@mansr.com> | 2008-02-27 21:38:36 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-02-27 21:38:36 +0000 |
commit | 2e98d87cfc5144dd093d6ca47a577d7228552594 (patch) | |
tree | c06d026d583318f45fcdea27094571097a279bd7 /libavutil/Makefile | |
parent | 93420809739a68267095f411183172ce87b5b389 (diff) | |
download | ffmpeg-2e98d87cfc5144dd093d6ca47a577d7228552594.tar.gz |
simplify lzo-test rule
Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 04fd16fac0..0cf55f50fa 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) |