vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed May 
29 10:15:25 2019 +0200| [dfc0543934b6dbdcf6b02260376cb9feff2a3ad6] | committer: 
Hugo Beauzée-Luyssen

contrib: Building matroska from the contribs require ebml >= 1.3.8

(cherry picked from commit 89788c9e3c8521ea0cc59c239b80eaf758c712df)
Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=dfc0543934b6dbdcf6b02260376cb9feff2a3ad6
---

 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 007764e410..f74b92996f 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

Reply via email to