[vlc-devel] commit: configure.ac: fix libxml2 detection (module name is 'xml'). ( Rémi Duraffort )
git version control
git at videolan.org
Tue Aug 25 20:22:46 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Aug 25 20:00:50 2009 +0200| [0fbf56157c5dd4cad6af33e01acd78c7c2200e7d] | committer: Rémi Duraffort
configure.ac: fix libxml2 detection (module name is 'xml').
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0fbf56157c5dd4cad6af33e01acd78c7c2200e7d
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index b590d02..2a30a6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2105,11 +2105,11 @@ then
VLC_ADD_LIBS([opencv_example],[-L${with_opencv_tree}/lib -lcv -lcxcore -lcvaux -lhighgui])
VLC_ADD_CXXFLAGS([opencv_example],[-I${with_opencv_tree}/cv/include -I${with_opencv_tree}/cxcore/include -I${with_opencv_tree}/cvaux/include -I${with_opencv_tree}/otherlibs/highgui])
AC_LANG_POP(C++)
- else
+ else
dnl No opencv could be found, sorry
AC_MSG_RESULT(no)
AC_MSG_ERROR([cannot find opencv in ${with_opencv_tree}])
- fi
+ fi
else
PKG_CHECK_MODULES(OPENCV, opencv,
[
@@ -3733,7 +3733,7 @@ fi
dnl
dnl libxml2 module
dnl
-PKG_ENABLE_MODULES_VLC([libxml2], [], [libxml-2.0 >= 2.5], [libxml2 support],[auto])
+PKG_ENABLE_MODULES_VLC([libxml2], [xml], [libxml-2.0 >= 2.5], [libxml2 support],[auto])
dnl
dnl SVG module
More information about the vlc-devel
mailing list