[FFmpeg-cvslog] r21409 - trunk/configure
ramiro
subversion
Sat Jan 23 21:38:18 CET 2010
Author: ramiro
Date: Sat Jan 23 21:38:17 2010
New Revision: 21409
Log:
Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" in
capCreateCaptureWindow() check.
Based on patch by kemuri <kemuri9 at gmail dot com>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Jan 23 21:18:38 2010 (r21408)
+++ trunk/configure Sat Jan 23 21:38:17 2010 (r21409)
@@ -2542,7 +2542,7 @@ check_header linux/videodev.h
check_header linux/videodev2.h
check_header sys/videoio.h
-check_func_headers "windows.h vfw.h" capCreateCaptureWindow -lvfw32
+check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs"
# check for ioctl_meteor.h, ioctl_bt848.h and alternatives
{ check_header dev/bktr/ioctl_meteor.h &&
More information about the ffmpeg-cvslog
mailing list