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