Make sure RTC_SUPPORTS_METAL is set in AppRTCMobile.

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 <kthelgason@webrtc.org>
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26803}
This commit is contained in:
Anders Carlsson 2019-02-21 16:11:40 +01:00 committed by Commit Bot
parent 735f823347
commit 96fccfec03

View File

@ -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",