You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
477 B
14 lines
477 B
14 years ago
|
diff -up OpenCV-2.2.0/modules/highgui/src/cap_v4l.cpp.nov4l1 OpenCV-2.2.0/modules/highgui/src/cap_v4l.cpp
|
||
|
--- OpenCV-2.2.0/modules/highgui/src/cap_v4l.cpp.nov4l1 2011-02-02 16:55:22.844244001 +0100
|
||
|
+++ OpenCV-2.2.0/modules/highgui/src/cap_v4l.cpp 2011-02-02 16:53:22.224244002 +0100
|
||
|
@@ -214,7 +214,9 @@ make & enjoy!
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/mman.h>
|
||
|
|
||
|
+#ifdef HAVE_LINUX_VIDEODEV_H
|
||
|
#include <linux/videodev.h>
|
||
|
+#endif
|
||
|
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|