[vlc-commits] configure: require latest libbluray
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 1 00:51:56 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 1 00:40:45 2011 +0100| [590e02e555d4aaf60b629540c10aa40679219756] | committer: Jean-Baptiste Kempf
configure: require latest libbluray
And drop libxml dependency
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=590e02e555d4aaf60b629540c10aa40679219756
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index c6f4e49..09766ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1797,7 +1797,7 @@ fi
dnl
dnl Blu-ray Disc Support with libbluray
dnl
-PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2 libxml-2.0 >= 2.6 ], (libbluray for Blu-ray disc support ) )
+PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2.1], (libbluray for Blu-ray disc support ) )
dnl
dnl OpenCV wrapper and example filters
More information about the vlc-commits
mailing list