[vlc-commits] configure: require latest libbluray
Jean-Baptiste Kempf
git at videolan.org
Fri Dec 2 00:24:07 CET 2011
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 1 00:40:45 2011 +0100| [f32e60901f41cc208dcb2edbd461a24021139d97] | committer: Jean-Baptiste Kempf
configure: require latest libbluray
And drop libxml dependency
(cherry picked from commit 590e02e555d4aaf60b629540c10aa40679219756)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=f32e60901f41cc208dcb2edbd461a24021139d97
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6d481fc..6100cd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1857,7 +1857,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