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

Unified Diff: webrtc/BUILD.gn

Issue 2366443003: iOS: Always build H264 HW encoder/decoder (Closed)
Patch Set: Remove defines Created 4 years, 3 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/build/common.gypi » ('j') | webrtc/modules/video_coding/codecs/h264/h264_objc.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 47b757a237fafa0c8de3bdf438f76edc965af542..75b765f0398ac2adcb8b47f5a320172d90691da9 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -57,9 +57,6 @@ config("common_inherited_config") {
"WEBRTC_IOS",
]
}
- if (is_ios && rtc_use_objc_h264) {
- defines += [ "WEBRTC_OBJC_H264" ]
- }
if (is_linux) {
defines += [ "WEBRTC_LINUX" ]
}
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | webrtc/modules/video_coding/codecs/h264/h264_objc.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698