mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
- Revert options helpers to if statements since the OFF condition is not applied when OPTIONS_EXCLUDE is used - Move most of the OpenCV modules from the graphics/opencv-core port to graphics/opencv, leaving opencv-core as just the bare minimum required for building ffmpeg with OpenCV support - Install examples for python and java bindings - Add new slave port graphics/opencv-java: Java bindings for OpenCV - Bump PORTREVISION and make dependency adjustments and fixes for dependent ports - Add UPDATING entry
10 lines
303 B
C++
10 lines
303 B
C++
--- ./apps/traincascade/imagestorage.h.orig 2013-07-10 07:49:00.000000000 -0400
|
|
+++ ./apps/traincascade/imagestorage.h 2013-10-23 23:52:32.000000000 -0400
|
|
@@ -1,6 +1,7 @@
|
|
#ifndef _OPENCV_IMAGESTORAGE_H_
|
|
#define _OPENCV_IMAGESTORAGE_H_
|
|
|
|
+#include <cstdio>
|
|
#include "highgui.h"
|
|
|
|
using namespace cv;
|