]> git.pld-linux.org Git - packages/opencv.git/commitdiff
- link with -lv4l2
authorlisu <lisu@pld-linux.org>
Tue, 7 Dec 2010 12:32:45 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opencv-link.patch -> 1.1

opencv-link.patch [new file with mode: 0644]

diff --git a/opencv-link.patch b/opencv-link.patch
new file mode 100644 (file)
index 0000000..dde4807
--- /dev/null
@@ -0,0 +1,10 @@
+--- OpenCV-2.2.0/CMakeLists.txt~       2010-12-07 11:47:33.354861668 +0100
++++ OpenCV-2.2.0/CMakeLists.txt        2010-12-07 12:43:06.802865668 +0100
+@@ -429,6 +429,7 @@
+         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()
This page took 0.031025 seconds and 4 git commands to generate.