diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-04-09 14:55:05 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-04-09 14:55:05 +0000 |
commit | e46736927869057d0df5a785b5683836503409c3 (patch) | |
tree | 62f01729ab521363e905229eea124a759738dda6 /libavutil/Makefile | |
parent | ef12ec23fa03e520bffef34ec2eba2ac0572fb27 (diff) | |
download | ffmpeg-e46736927869057d0df5a785b5683836503409c3.tar.gz |
Add a configure check for lzo1x_999_compress() and compile the lzo test program
in libavutil when this function is available.
Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 8427346813..a8ff244b13 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -42,6 +42,7 @@ OBJS = adler32.o \ utils.o \ TESTPROGS = adler32 aes base64 crc des lls md5 pca sha1 softfloat tree +TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo DIRS = arm bfin sh4 x86 |