forked from Lainports/freebsd-ports
- Fix build on 6.X. - Fix build with GCC 4.5. [1] - Fix dependency on Video4Linux. [1] - Add LICENSE. - Use bsd.port.options.mk. PR: ports/148955 [1] Submitted by: swell.k@gmail.com [1] Approved by: tabthorpe (mentor)
7 lines
176 B
C++
7 lines
176 B
C++
--- samples/c/image.cpp~
|
|
+++ samples/c/image.cpp
|
|
@@ -1,3 +1,4 @@
|
|
+#include <cstdio>
|
|
#include "cv.h" // include standard OpenCV headers, same as before
|
|
#include "highgui.h"
|
|
|