mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
PR: 231406 Submitted by: Greg V <greg@unrelenting.technology> Exp-run by: antoine Approved by: portmgr (antoine)
11 lines
303 B
C
11 lines
303 B
C
--- ext/opencv/gstfacedetect.h.orig 2018-03-23 20:45:15 UTC
|
|
+++ ext/opencv/gstfacedetect.h
|
|
@@ -50,7 +50,7 @@
|
|
|
|
#include <gst/gst.h>
|
|
#include <opencv2/core/version.hpp>
|
|
-#include <cv.h>
|
|
+#include <opencv/cv.h>
|
|
#include <gst/opencv/gstopencvvideofilter.h>
|
|
#include <opencv2/objdetect/objdetect.hpp>
|
|
|