mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
282 B
Diff
14 lines
282 B
Diff
diff --git a/CImg.h b/CImg.h
|
|
index af63bcb..c7757fc 100644
|
|
--- a/CImg.h
|
|
+++ b/CImg.h
|
|
@@ -414,8 +414,7 @@
|
|
#define _cimg_redefine_False
|
|
#endif
|
|
#include <cstddef>
|
|
-#include "cv.h"
|
|
-#include "highgui.h"
|
|
+#include <opencv2/videoio/videoio_c.h>
|
|
#endif
|
|
|
|
// Configure LibPNG support.
|