vlc | branch: master | Steve Lhomme <[email protected]> | Mon May 14 14:43:10 2018 +0200| [8a7df337c010c577cb6b9837b0ee7ee3b4c7df9f] | committer: Steve Lhomme
contrib: protobuf: build protobuf if the one installed is too recent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a7df337c010c577cb6b9837b0ee7ee3b4c7df9f --- 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 f4cfffd336..b63a38cdb6 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-lite >= 3.1.0"),) +ifeq ($(call need_pkg, "protobuf-lite >= 3.1.0 protobuf-lite < 3.2.0"),) PKGS_FOUND += protobuf endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
