Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: webrtc/api/api.gyp

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Don't use object subscripting Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/objc/RTCAVFoundationVideoSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 4fe8ce845884faf8014450b9431e77a9ef45b03b..7f571c041d49d3d443b48ae0ebe5b3aacdd3563e 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -192,6 +192,13 @@
'objc/RTCVideoTrack.h',
'objc/RTCVideoTrack.mm',
],
+ # TODO(hjon): Make this compile without linking to libstdc++
+ # See https://bugs.chromium.org/p/webrtc/issues/detail?id=5593
+ 'link_settings': {
+ 'libraries': [
+ '-lstdc++',
+ ],
+ },
'conditions': [
['OS=="ios"', {
'sources': [
« no previous file with comments | « no previous file | webrtc/api/objc/RTCAVFoundationVideoSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698