[vlc-commits] commit: Do not build opencv_wrapper video filter plugin. (Laurent Aimar )
git at videolan.org
git at videolan.org
Sat Apr 17 23:24:02 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Apr 17 21:33:48 2010 +0200| [f533a3279332686391d44527eb5eaa60dd0af3fe] | committer: Laurent Aimar
Do not build opencv_wrapper video filter plugin.
It will have to be converted to "video filter2".
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f533a3279332686391d44527eb5eaa60dd0af3fe
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index dda4d3c..e3ccd74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1993,7 +1993,7 @@ fi
dnl
dnl OpenCV wrapper and example filters
dnl
-PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv], (OpenCV (computer vision) filter), [off])
+PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example], [opencv], (OpenCV (computer vision) filter), [off])
dnl
More information about the vlc-commits
mailing list