[vlc-commits] contrib: protobuf: Require version 3.1.0+

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 14 09:54:43 CET 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 13 18:16:14 2018 +0100| [57b1438155d6efe6eb8ffb04e23d06a1e775d56f] | committer: Hugo Beauzée-Luyssen

contrib: protobuf: Require version 3.1.0+

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

 contrib/src/protobuf/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/protobuf/rules.mak b/contrib/src/protobuf/rules.mak
index d8d958081b..3f9e5421c7 100644
--- a/contrib/src/protobuf/rules.mak
+++ b/contrib/src/protobuf/rules.mak
@@ -3,7 +3,7 @@ PROTOBUF_VERSION := 3.1.0
 PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
 
 PKGS += protobuf
-ifeq ($(call need_pkg,"protobuf"),)
+ifeq ($(call need_pkg,"protobuf", 3.1.0),)
 PKGS_FOUND += protobuf
 endif
 



More information about the vlc-commits mailing list