aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2015-04-24 13:57:06 +0200
committerHenrik Kjellander <kjellander@webrtc.org>2015-04-24 11:56:44 +0000
commitf955b5d3f52db0f7456bd6c6bd4068d3599967da (patch)
treeb9aba5d7f4d5f652d553add0bf2a29bd03a81585 /webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
parentc043afc60534786c88d0cf0f1a96c70a50df87b1 (diff)
downloadwebrtc-f955b5d3f52db0f7456bd6c6bd4068d3599967da.tar.gz
Add h.264 AVC SPS parsing for resolution (re-land)
Re-land of noharic@'s CL at https://webrtc-codereview.appspot.com/48129004 which was reverted due to a Mac compile error which most likely was a Goma flake (it passed on all trybots). TBR=stefan@webrtc.org, noharic@webrtc.org Review URL: https://webrtc-codereview.appspot.com/44329005 Cr-Commit-Position: refs/heads/master@{#9079}
Diffstat (limited to 'webrtc/modules/rtp_rtcp/rtp_rtcp.gypi')
-rw-r--r--webrtc/modules/rtp_rtcp/rtp_rtcp.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
index 7a144e4ef5..e73b43adfb 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -74,6 +74,8 @@
'source/forward_error_correction.h',
'source/forward_error_correction_internal.cc',
'source/forward_error_correction_internal.h',
+ 'source/h264_sps_parser.cc',
+ 'source/h264_sps_parser.h',
'source/producer_fec.cc',
'source/producer_fec.h',
'source/rtp_packet_history.cc',