commit | 60624cd6bf29c75e02009bd6149ecfb9cb877c7b | [log] [tgz] |
---|---|---|
author | sdefresne <sdefresne@chromium.org> | Tue Mar 22 03:32:14 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 22 10:32:22 2016 +0000 |
tree | de4531a6e2ebf1ef944aa5164e5e0f620a740f6f | |
parent | 6a85d3450ca4b480cdc41115ed911ecebbcbd882 [diff] |
[iOS] Link with base/maccocoathreadhelper.mm on iOS. rtc::ThreadManager::ThreadManager() calls rtc::InitCocoaMultiThreading() on iOS so add base/maccocoathreadhelper.mm to the file to build on iOS. Fixes the following linker error: Undefined symbols for architecture x86_64: "rtc::InitCocoaMultiThreading()", referenced from: rtc::ThreadManager::ThreadManager() in librtc_base.a(thread.o) BUG=459705 NOTRY=True Review URL: https://codereview.webrtc.org/1810373003 Cr-Commit-Position: refs/heads/master@{#12085}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.