summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-01-23 20:38:17 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-01-23 20:38:17 +0000
commit27796dc3f452b7002f5924e0b81062dbbf91d297 (patch)
tree1174d944dd0aafa05a287a2ea55ed640d9da322f /configure
parent626c46ec2320f29fbc64671137b6d9d2bb018e2c (diff)
Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" in
capCreateCaptureWindow() check. Based on patch by kemuri <kemuri9 at gmail dot com> Originally committed as revision 21409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 72c2db0bef..432d688a67 100755
--- a/configure
+++ b/configure
@@ -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 &&