[vlc-commits] extras/tools: Bump the required protoc version
Martin Storsjö
git at videolan.org
Wed Dec 27 12:07:15 CET 2017
vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Dec 21 11:37:11 2017 +0200| [bd8de0f76d5b03a01b46400858cdbf20f2e82612] | committer: Jean-Baptiste Kempf
extras/tools: Bump the required protoc version
Contribs build protobuf 3.1.0 and assumes that the host environment
already has got a new enough protoc version.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd8de0f76d5b03a01b46400858cdbf20f2e82612
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 93205dea99..7767be0a9e 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -80,7 +80,7 @@ check yasm
check_tar
check ragel
check_sed
-check protoc 2.6.0
+check protoc 3.1.0
check ant
check xz
check bison 3.0.0
More information about the vlc-commits
mailing list