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

Unified Diff: webrtc/BUILD.gn

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix build errors Created 5 years, 6 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
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 6c6c23cfa0550cc00fbe5fac426d1f6ebece599d..704ebf00b00770636945c305d6fdad68d2034268 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -40,6 +40,9 @@ config("common_inherited_config") {
"WEBRTC_IOS",
]
}
+ if (is_ios && rtc_use_objc_h264) {
+ defines += [ "WEBRTC_OBJC_H264" ]
+ }
if (is_linux) {
defines += [ "WEBRTC_LINUX" ]
}

Powered by Google App Engine
This is Rietveld 408576698