Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > 918126a76fdd71292915477ff6d28446 > files > 2

lives-3.2.0-7.mga9.src.rpm

diff -Nrup a/lives-plugins/weed-plugins/farneback_analyser.cpp b/lives-plugins/weed-plugins/farneback_analyser.cpp
--- a/lives-plugins/weed-plugins/farneback_analyser.cpp	2020-09-30 23:56:39.000000000 +0200
+++ b/lives-plugins/weed-plugins/farneback_analyser.cpp	2021-04-23 10:10:51.693695916 +0200
@@ -55,9 +55,9 @@ static int package_version = 1; // versi
 #include <stdlib.h>
 #include <stdio.h>
 
-#include "opencv2/core/core.hpp"
-#include "opencv2/imgproc/imgproc.hpp"
-#include "opencv2/video/tracking.hpp"
+#include "opencv4/opencv2/core/core.hpp"
+#include "opencv4/opencv2/imgproc/imgproc.hpp"
+#include "opencv4/opencv2/video/tracking.hpp"
 
 using namespace cv;
 
diff -Nrup a/lives-plugins/weed-plugins/toonz.cpp b/lives-plugins/weed-plugins/toonz.cpp
--- a/lives-plugins/weed-plugins/toonz.cpp	2020-09-30 23:56:39.000000000 +0200
+++ b/lives-plugins/weed-plugins/toonz.cpp	2021-04-23 10:11:11.927868044 +0200
@@ -122,8 +122,8 @@ enum {
 #include <chrono>
 #include <memory>
 
-#include "opencv2/core/core.hpp"
-#include "opencv2/imgproc/imgproc.hpp"
+#include "opencv4/opencv2/core/core.hpp"
+#include "opencv4/opencv2/imgproc/imgproc.hpp"
 
 using namespace cv;