[vlc-commits] COnfigure: libbluray depends on libxml2 for now

Jean-Baptiste Kempf git at videolan.org
Sun May 8 20:40:21 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May  8 20:40:06 2011 +0200| [732b0c0c29856bedbdf060620c1794121e8701ed] | committer: Jean-Baptiste Kempf

COnfigure: libbluray depends on libxml2 for now

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=732b0c0c29856bedbdf060620c1794121e8701ed
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 097595b..02eab17 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 ], (libbluray for Blu-ray disc support ) )
+PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2 libxml2 >= 2.6 ], (libbluray for Blu-ray disc support ) )
 
 dnl
 dnl  OpenCV wrapper and example filters



More information about the vlc-commits mailing list