Index: webrtc/build/common.gypi |
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
index 8d8583f9a4878ce9bd16310991be1b1cec68d6c9..b580eb26e7512aff5ff9843c8b5ad0dfcabbd116 100644 |
--- a/webrtc/build/common.gypi |
+++ b/webrtc/build/common.gypi |
@@ -121,7 +121,7 @@ |
'build_with_neon%': 0, |
# Enable this to use HW H.264 encoder/decoder on iOS/Mac PeerConnections. |
- # Enabling this may break interop with Android clients that support H264. |
+ # Enabling this may break interop with Android clients that support H.264. |
'use_objc_h264%': 0, |
# Enable this to build H.264 encoder/decoder using third party libraries. |
@@ -133,7 +133,7 @@ |
# Without it, it compiles but H264DecoderImpl fails to initialize. |
# CHECK THE OPENH264, FFMPEG AND H.264 LICENSES/PATENTS BEFORE BUILDING. |
# http://www.openh264.org, https://www.ffmpeg.org/ |
- 'use_third_party_h264%': 0, # TODO(hbos): To be used in follow-up CL(s). |
+ 'use_third_party_h264%': 0, |
'conditions': [ |
['build_with_chromium==1', { |