]> git.pld-linux.org Git - packages/php-facedetect.git/blob - opencv3.patch
- rebuild with opencv 3.4
[packages/php-facedetect.git] / opencv3.patch
1 --- PHP-Facedetect-1.1.0/facedetect.c~  2014-04-04 20:54:48.000000000 +0900
2 +++ PHP-Facedetect-1.1.0/facedetect.c   2016-03-30 23:07:44.412301147 +0900
3 @@ -26,6 +26,7 @@
4  
5  #include <opencv/cv.h>
6  #include <opencv/highgui.h>
7 +#include <opencv2/core/version.hpp>
8  
9  /* {{{ facedetect_functions[]
10   *
This page took 0.062644 seconds and 3 git commands to generate.