vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed May 29 10:15:25 2019 +0200| [89788c9e3c8521ea0cc59c239b80eaf758c712df] | committer: Hugo Beauzée-Luyssen
contrib: Building matroska from the contribs require ebml >= 1.3.8 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89788c9e3c8521ea0cc59c239b80eaf758c712df --- contrib/src/ebml/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/ebml/rules.mak b/contrib/src/ebml/rules.mak index 32c4f456a9..13c6bc2ffc 100644 --- a/contrib/src/ebml/rules.mak +++ b/contrib/src/ebml/rules.mak @@ -3,7 +3,7 @@ EBML_VERSION := 1.3.8 EBML_URL := http://dl.matroska.org/downloads/libebml/libebml-$(EBML_VERSION).tar.xz -ifeq ($(call need_pkg,"libebml"),) +ifeq ($(call need_pkg,"libebml >= 1.3.8"),) PKGS_FOUND += ebml endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
