summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-04-09 14:55:05 +0000
committerDiego Biurrun <diego@biurrun.de>2009-04-09 14:55:05 +0000
commite46736927869057d0df5a785b5683836503409c3 (patch)
tree62f01729ab521363e905229eea124a759738dda6 /configure
parentef12ec23fa03e520bffef34ec2eba2ac0572fb27 (diff)
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index eae40c6367..4178044d97 100755
--- a/configure
+++ b/configure
@@ -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