summaryrefslogtreecommitdiffstats
path: root/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-07-11 23:53:13 +0200
committer Eric Hameleers <alien@slackware.com>2019-07-11 23:53:13 +0200
commite4a398632b16a645a361d5122dcbcd0a330a729e (patch)
tree7ac90e6d33ef4192add7f0f164203f4be0ee1c2a /deps/frei0r-plugins/patches/frei0r_opencv2_include.patch
parentee9ede434f07e220655e03a84da4aec7ba32975d (diff)
downloadktown-e4a398632b16a645a361d5122dcbcd0a330a729e.tar.gz
ktown-e4a398632b16a645a361d5122dcbcd0a330a729e.tar.xz
Deps: updates to opencv, frei0r-plugins and mlt
Diffstat (limited to 'deps/frei0r-plugins/patches/frei0r_opencv2_include.patch')
-rw-r--r--deps/frei0r-plugins/patches/frei0r_opencv2_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch b/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch
new file mode 100644
index 0000000..d139575
--- /dev/null
+++ b/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch
@@ -0,0 +1,10 @@
+--- frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp.orig 2018-07-14 20:49:01.564511495 +1000
++++ frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp 2018-07-14 18:47:44.430685507 +1000
+@@ -19,6 +19,7 @@
+ #include <stdlib.h>
+ #include <opencv/cv.h>
+ #include <opencv/highgui.h>
++#include <opencv2/imgproc.hpp>
+
+
+ #include <frei0r.hpp>