[vlc-commits] Configure: fix config of OpenCV module
Jean-Baptiste Kempf
git at videolan.org
Sat Mar 5 12:11:51 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 5 12:11:05 2011 +0100| [b12248103db0a52aa803e655eb26c7ed8ee8ff0b] | committer: Jean-Baptiste Kempf
Configure: fix config of OpenCV module
It doesn't compile though, and is using a broken interface like crop
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b12248103db0a52aa803e655eb26c7ed8ee8ff0b
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index a802176..f0a1790 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1936,7 +1936,7 @@ PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2 ], (libbluray fo
dnl
dnl OpenCV wrapper and example filters
dnl
-PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example], [opencv], (OpenCV (computer vision) filter), [off])
+PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv], (OpenCV (computer vision) filter), [off])
dnl
More information about the vlc-commits
mailing list