vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Aug 12 01:23:13 2012 +0200| [11f87ef609b9595367270316976dcc30e936f567] | committer: Jean-Baptiste Kempf
OpenCV: change configure to auto > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11f87ef609b9595367270316976dcc30e936f567 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f0865f4..1704509 100644 --- a/configure.ac +++ b/configure.ac @@ -1749,7 +1749,7 @@ PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2.1], (libbluray f 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_wrapper], [opencv], (OpenCV (computer vision) filter), [auto]) dnl _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
