b16a08de19
- Update and readd opencv-2.3-underlinking.patch since it is still necessary. (no bug number for -underlinking.patch because there seems to be a problem with the registration in the OpenCV's bug tracker) (forwarded request 79188 from RedDwarf) OBS-URL: https://build.opensuse.org/request/show/79208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=21
13 lines
438 B
Diff
13 lines
438 B
Diff
Index: CMakeLists.txt
|
|
===================================================================
|
|
--- CMakeLists.txt.orig
|
|
+++ CMakeLists.txt
|
|
@@ -544,6 +544,7 @@ if(UNIX)
|
|
endif()
|
|
if(WITH_V4L)
|
|
CHECK_MODULE(libv4l1 HAVE_LIBV4L)
|
|
+ CHECK_MODULE(libv4l2 HAVE_LIBV4L2)
|
|
CHECK_INCLUDE_FILE(linux/videodev.h HAVE_CAMV4L)
|
|
CHECK_INCLUDE_FILE(linux/videodev2.h HAVE_CAMV4L2)
|
|
else()
|