# HG changeset patch # User diego # Date 1239288905 0 # Node ID db9e213fcc5b3467650da68ad8c3259608ff394a # Parent 2f890bb12bbca64ce077fa80b5ad2bbaacf58d2c Add a configure check for lzo1x_999_compress() and compile the lzo test program in libavutil when this function is available. diff -r 2f890bb12bbc -r db9e213fcc5b Makefile --- a/Makefile Thu Apr 02 23:22:19 2009 +0000 +++ b/Makefile Thu Apr 09 14:55:05 2009 +0000 @@ -42,6 +42,7 @@ 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