Index: webrtc/build/webrtc.gni |
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni |
index c55f4230bdec9016d3c0d563fe775521906b7b3a..c2ca3b638e9b499df4acbec431aacf5b80710a54 100644 |
--- a/webrtc/build/webrtc.gni |
+++ b/webrtc/build/webrtc.gni |
@@ -100,7 +100,7 @@ declare_args() { |
# 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 = false # TODO(hbos): To be used in follow-up CL(s). |
+ use_third_party_h264 = false |
} |
# Make it possible to provide custom locations for some libraries (move these |