ports/graphics/opencv/files/patch-otherlibs-highgui-cvcap_v4l.cpp
Norikatsu Shigemura 4c939e003c Enable V4L (Video for Linux) compatible to use USB Camera.
Approved by:	maintainer timeout (1 week)
2007-12-22 15:16:31 +00:00

10 lines
336 B
C++

--- otherlibs/highgui/cvcap_v4l.cpp.orig 2006-09-27 10:40:03.000000000 +0900
+++ otherlibs/highgui/cvcap_v4l.cpp 2007-12-15 14:44:37.000000000 +0900
@@ -209,7 +209,6 @@
#include <string.h>
#include <stdlib.h>
-#include <asm/types.h> /* for videodev2.h */
#include <assert.h>
#include <sys/stat.h>
#include <sys/ioctl.h>