idella4 15/07/29 09:54:11 Added: opencv-3.0.0.patch Log: patch to address missed header file in opencv, patch from upstream instigated by maintainer submitted via bug #554562 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 media-video/vlc/files/opencv-3.0.0.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/opencv-3.0.0.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/opencv-3.0.0.patch?rev=1.1&content-type=text/plain Index: opencv-3.0.0.patch =================================================================== http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b82416d7000a993b33e903095a590fe32212a85e diff --git a/modules/video_filter/opencv_example.cpp b/modules/video_filter/opencv_example.cpp index ae3af05..998f286 100644 (file) --- a/modules/video_filter/opencv_example.cpp +++ b/modules/video_filter/opencv_example.cpp @@ -41,6 +41,8 @@ #include <opencv2/core/core_c.h> #include <opencv2/core/core.hpp> +#include <opencv2/imgproc/imgproc_c.h> +#include <opencv2/imgproc/imgproc.hpp> #include <opencv2/objdetect/objdetect.hpp>
