[FFmpeg-cvslog] r18386 - in trunk: configure libavutil/Makefile

diego subversion
Thu Apr 9 16:55:05 CEST 2009


Author: diego
Date: Thu Apr  9 16:55:05 2009
New Revision: 18386

Log:
Add a configure check for lzo1x_999_compress() and compile the lzo test program
in libavutil when this function is available.

Modified:
   trunk/configure
   trunk/libavutil/Makefile

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Apr  9 16:16:22 2009	(r18385)
+++ trunk/configure	Thu Apr  9 16:55:05 2009	(r18386)
@@ -895,6 +895,7 @@ HAVE_LIST="
     llrint
     lrint
     lrintf
+    lzo1x_999_compress
     machine_ioctl_bt848_h
     machine_ioctl_meteor_h
     malloc_h
@@ -1970,6 +1971,7 @@ check_func  memalign
 check_func  mkstemp
 check_func  posix_memalign
 check_func_headers io.h setmode
+check_func_headers lzo/lzo1x.h lzo1x_999_compress
 check_func_headers windows.h GetProcessTimes
 check_func_headers windows.h VirtualAlloc
 

Modified: trunk/libavutil/Makefile
==============================================================================
--- trunk/libavutil/Makefile	Thu Apr  9 16:16:22 2009	(r18385)
+++ trunk/libavutil/Makefile	Thu Apr  9 16:55:05 2009	(r18386)
@@ -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
 



More information about the ffmpeg-cvslog mailing list