aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
diff options
context:
space:
mode:
authorasapersson <asapersson@webrtc.org>2015-07-28 04:02:54 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 11:02:58 +0000
commitf38ea3caa39887c63e7d4862dcf420d4a35c1073 (patch)
tree46ba3a9ba0cb895d91a45d8df0863db4fe0dcfb5 /webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
parent95b8718dc63362470dd4ebeb428d70cd6ed780e2 (diff)
downloadwebrtc-f38ea3caa39887c63e7d4862dcf420d4a35c1073.tar.gz
Add support for VP9 packetization/depacketization.
RTP payload format for VP9: https://www.ietf.org/id/draft-uberti-payload-vp9-01.txt BUG=webrtc:4148, webrtc:4168, chromium:500602 TBR=mflodman Review URL: https://codereview.webrtc.org/1232023006 Cr-Commit-Position: refs/heads/master@{#9649}
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 dcd47dfd72..2846ed666b 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -96,6 +96,8 @@
'source/rtp_format_h264.h',
'source/rtp_format_vp8.cc',
'source/rtp_format_vp8.h',
+ 'source/rtp_format_vp9.cc',
+ 'source/rtp_format_vp9.h',
'source/rtp_format_video_generic.cc',
'source/rtp_format_video_generic.h',
'source/vp8_partition_aggregator.cc',