diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-26 02:38:30 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:00:09 +0200 |
commit | 193d7eea954950e42e75b397b99be71a09c4a2e0 (patch) | |
tree | 21ecdaf632263c5ac099b3c737d059aaf6582854 /libavutil/Makefile | |
parent | 967923abd15b58a0029c36e5a0be7de108b0deb7 (diff) | |
download | ffmpeg-193d7eea954950e42e75b397b99be71a09c4a2e0.tar.gz |
libavutil: Remove broken and pointless lzo test program.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index f7c8a61bf8..03a4625e7e 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -77,10 +77,7 @@ OBJS-$(ARCH_X86) += x86/cpu.o TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \ md5 opt parseutils rational sha tree -TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo DIRS = arm avr32 bfin mips ppc sh4 tomi x86 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h - -$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2 |