Browse code

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

Ramiro Polla authored on 2010/01/24 05:38:17
Showing 1 changed files
... ...
@@ -2542,7 +2542,7 @@ check_header linux/videodev.h
2542 2542
 check_header linux/videodev2.h
2543 2543
 check_header sys/videoio.h
2544 2544
 
2545
-check_func_headers "windows.h vfw.h" capCreateCaptureWindow -lvfw32
2545
+check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs"
2546 2546
 
2547 2547
 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
2548 2548
 { check_header dev/bktr/ioctl_meteor.h &&