[vlc-devel] [PATCH] contrib: Building matroska from the contribs require ebml >= 1.3.8
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed May 29 10:16:31 CEST 2019
---
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
--
2.20.1
More information about the vlc-devel
mailing list