[vlc-commits] configure: Require libebml >= 1.3.6
Hugo Beauzée-Luyssen
git at videolan.org
Thu Aug 8 12:27:09 CEST 2019
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Aug 8 12:22:14 2019 +0200| [51c8c0c89b6facdfa65a4d2d076db4a20c12a66b] | committer: Hugo Beauzée-Luyssen
configure: Require libebml >= 1.3.6
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51c8c0c89b6facdfa65a4d2d076db4a20c12a66b
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 35dafd75e7..4aef56f06e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2309,7 +2309,7 @@ fi
dnl
dnl matroska demux plugin
dnl
-PKG_WITH_MODULES([MATROSKA], [libebml libmatroska], [
+PKG_WITH_MODULES([MATROSKA], [libebml >= 1.3.6 libmatroska], [
VLC_ADD_PLUGIN([mkv])
VLC_ADD_CFLAGS([mkv], [$MATROSKA_CFLAGS])
VLC_ADD_LIBS([mkv], [$MATROSKA_LIBS])
More information about the vlc-commits
mailing list