[vlc-commits] OpenCV: change configure to auto
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Aug 12 01:25:18 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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
    
    
More information about the vlc-commits
mailing list