[vlc-commits] commit: Configure: require libbluray 0.2 (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Mon Nov 15 00:33:49 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 15 00:33:22 2010 +0100| [edd979441ea48188ada3ea3cfbaf0d3298333a85] | committer: Jean-Baptiste Kempf
Configure: require libbluray 0.2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edd979441ea48188ada3ea3cfbaf0d3298333a85
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 797dc65..33deefb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1914,7 +1914,7 @@ fi
dnl
dnl Blu-ray Disc Support with libbluray
dnl
-PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray], (libbluray for Blu-ray disc support ) )
+PKG_ENABLE_MODULES_VLC([BLURAY], [libbluray], [libbluray >= 0.2 ], (libbluray for Blu-ray disc support ) )
dnl
dnl OpenCV wrapper and example filters
More information about the vlc-commits
mailing list