Commit 93e9ef38 authored by ramiro's avatar ramiro

Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" in

capCreateCaptureWindow() check.
Based on patch by kemuri <kemuri9 at gmail dot com>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21409 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d9eb7cdd
...@@ -2542,7 +2542,7 @@ check_header linux/videodev.h ...@@ -2542,7 +2542,7 @@ check_header linux/videodev.h
check_header linux/videodev2.h check_header linux/videodev2.h
check_header sys/videoio.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 for ioctl_meteor.h, ioctl_bt848.h and alternatives
{ check_header dev/bktr/ioctl_meteor.h && { check_header dev/bktr/ioctl_meteor.h &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment