vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Dec 1 00:40:45 2011 +0100| [ebd1e4c974f47f6a9a78b192caf1418c522018f8] | committer: Jean-Baptiste Kempf
configure: require latest libbluray And drop libxml dependency > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebd1e4c974f47f6a9a78b192caf1418c522018f8 --- 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
