[vlc-commits] contrib: protobuf: build protobuf if the one installed is too recent

Steve Lhomme git at videolan.org
Fri Feb 28 18:43:06 CET 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May 14 14:43:10 2018 +0200| [dc81d27ed5fa440f275b429270f25f8e6e3428d4] | committer: Konstantin Pavlov

contrib: protobuf: build protobuf if the one installed is too recent

(cherry picked from commit 8a7df337c010c577cb6b9837b0ee7ee3b4c7df9f)
Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

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

 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 307c3aed2c..87c1b73af7 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-lite >= 3.1.0 protobuf-lite < 3.2.0"),)
 PKGS_FOUND += protobuf
 endif
 



More information about the vlc-commits mailing list