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

Unified Diff: webrtc/BUILD.gn

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Move unittest file. 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 3b54b56c33bf7c83002c37e621cfd788ac425446..1035b79f1ada0708ccecddbf83865d18830f83c4 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