From 96fccfec03472daf3276c461b11bf5e1223a1bbd Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Thu, 21 Feb 2019 16:11:40 +0100 Subject: [PATCH] Make sure RTC_SUPPORTS_METAL is set in AppRTCMobile. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise the metal renderer is not used on supported platforms. Bug: None Change-Id: I0da56dec1ec8900b7b251794a071663c4badb1de Reviewed-on: https://webrtc-review.googlesource.com/c/123786 Reviewed-by: Kári Helgason Commit-Queue: Kári Helgason Cr-Commit-Position: refs/heads/master@{#26803} --- examples/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/BUILD.gn b/examples/BUILD.gn index bc279830bf..31bd4dec49 100644 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -346,6 +346,8 @@ if (is_ios || (is_mac && target_cpu != "x86")) { "objc/AppRTCMobile/ios/UIImage+ARDUtilities.m", ] + configs += [ "..:common_objc" ] + deps = [ ":apprtc_common", ":apprtc_signaling",