[vlc-devel] [PATCH] configure: Adjust OpenCV version

Marvin Scholz epirat07 at gmail.com
Sun May 6 17:54:26 CEST 2018


OpenCV 3.x does not support the legacy C interface anymore that VLC is
using, see https://github.com/opencv/opencv/issues/10963
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e507d31694..84fe9a94f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1849,7 +1849,7 @@ PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.6.2], (libbluray f
 dnl
 dnl  OpenCV wrapper and example filters
 dnl
-PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv > 2.0], (OpenCV (computer vision) filter), [auto])
+PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv > 2.0 opencv < 3.0], (OpenCV (computer vision) filter), [auto])
 
 
 dnl
-- 
2.15.1 (Apple Git-101)



More information about the vlc-devel mailing list