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" ] |
} |