[vlc-commits] Configure: fix xml2 detection for libbluray
Jean-Baptiste Kempf
git at videolan.org
Mon May 9 01:05:31 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 9 01:04:43 2011 +0200| [40fbe2831b43864072a1350e2e3d8eff6742ca4d] | committer: Jean-Baptiste Kempf
Configure: fix xml2 detection for libbluray
10l
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40fbe2831b43864072a1350e2e3d8eff6742ca4d
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 02eab17..d7f17c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2007,7 +2007,7 @@ fi
dnl
dnl Blu-ray Disc Support with libbluray
dnl
-PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2 libxml2 >= 2.6 ], (libbluray for Blu-ray disc support ) )
+PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2 libxml-2.0 >= 2.6 ], (libbluray for Blu-ray disc support ) )
dnl
dnl OpenCV wrapper and example filters
More information about the vlc-commits
mailing list