[vlc-commits] [Git][videolan/vlc][master] contrib: protobuf: blacklist on tvOS
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Jul 20 10:22:58 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
f9c552e7 by Alexandre Janniaux at 2021-07-20T08:55:25+00:00
contrib: protobuf: blacklist on tvOS
protobuf (for chromecast) doesn't make any sense on TV platforms.
- - - - -
1 changed file:
- contrib/src/protobuf/rules.mak
Changes:
=====================================
contrib/src/protobuf/rules.mak
=====================================
@@ -2,6 +2,7 @@
PROTOBUF_VERSION := 3.1.0
PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
+ifndef HAVE_TVOS
PKGS += protobuf
ifeq ($(call need_pkg, "protobuf-lite >= 3.1.0 protobuf-lite < 3.2.0"),)
PKGS_FOUND += protobuf
@@ -21,6 +22,7 @@ PROTOC = $(PROTOC_ABSPATH)
endif
endif
endif
+endif # !HAVE_TVOS
$(TARBALLS)/protobuf-$(PROTOBUF_VERSION)-cpp.tar.gz:
$(call download_pkg,$(PROTOBUF_URL),protobuf)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9c552e753445abc85f114b761cbd13168005a4d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9c552e753445abc85f114b761cbd13168005a4d
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list