Skip to content
Snippets Groups Projects
Commit 27796dc3 authored by Ramiro Polla's avatar Ramiro Polla
Browse files

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
parent 626c46ec
No related branches found
No related tags found
No related merge requests found
......@@ -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 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment