Lines 1-5
Link Here
|
1 |
--- configure.orig |
1 |
--- configure.orig |
2 |
+++ configure |
2 |
+++ configure |
|
|
3 |
@@ -1961,8 +1961,8 @@ |
4 |
sndio_indev_deps="sndio_h" |
5 |
sndio_outdev_deps="sndio_h" |
6 |
v4l_indev_deps="linux_videodev_h" |
7 |
-v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h" |
8 |
-v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h" |
9 |
+v4l2_indev_deps_any="linux_videodev2_h" |
10 |
+v4l2_outdev_deps_any="linux_videodev2_h" |
11 |
vfwcap_indev_deps="capCreateCaptureWindow vfwcap_defines" |
12 |
vfwcap_indev_extralibs="-lavicap32" |
13 |
xv_outdev_deps="X11_extensions_Xvlib_h XvGetPortAttribute" |
3 |
@@ -2147,7 +2147,7 @@ yasmexe_default="yasm" |
14 |
@@ -2147,7 +2147,7 @@ yasmexe_default="yasm" |
4 |
nogas=":" |
15 |
nogas=":" |
5 |
|
16 |
|
Lines 9-29
Link Here
|
9 |
cpu="generic" |
20 |
cpu="generic" |
10 |
|
21 |
|
11 |
# OS |
22 |
# OS |
12 |
@@ -3991,10 +3991,10 @@ perl --version > /dev/null 2>&1 && enabl |
|
|
13 |
pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man |
14 |
rsync --help 2> /dev/null | grep -q 'contimeout' && enable rsync_contimeout || disable rsync_contimeout |
15 |
|
16 |
-check_header linux/fb.h |
17 |
-check_header linux/videodev.h |
18 |
-check_header linux/videodev2.h |
19 |
-check_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete |
20 |
+#check_header linux/fb.h |
21 |
+#check_header linux/videodev.h |
22 |
+#check_header linux/videodev2.h |
23 |
+#check_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete |
24 |
|
25 |
check_header sys/videoio.h |
26 |
|
27 |
@@ -4373,7 +4373,7 @@ ifndef MAIN_MAKEFILE |
23 |
@@ -4373,7 +4373,7 @@ ifndef MAIN_MAKEFILE |
28 |
SRC_PATH:=\$(SRC_PATH:.%=..%) |
24 |
SRC_PATH:=\$(SRC_PATH:.%=..%) |
29 |
endif |
25 |
endif |