vlc | branch: master | Steve Lhomme <[email protected]> | Mon May 14 13:50:14 2018 +0200| [46f3d46ecace92c85c263f443e84b84afcbf261d] | committer: Steve Lhomme
contrib: protobuf: check the protobuf-lite package That's what our configure script checks > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=46f3d46ecace92c85c263f443e84b84afcbf261d --- 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 5ae1dc3c72..f4cfffd336 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 >= 3.1.0"),) +ifeq ($(call need_pkg, "protobuf-lite >= 3.1.0"),) PKGS_FOUND += protobuf endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
