Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 2441613002: Add FlexfecSender. (Closed)
Patch Set: Rebase. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/flexfec_sender.h ('k') | webrtc/modules/rtp_rtcp/source/flexfec_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
diff --git a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
index b58f9e48bffe7bcc22157fcfcbfc676287b7c033..cf5b3095de1424c51ff478ce6e8226b06e13d1d5 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -19,6 +19,7 @@
'sources': [
# Common
'include/flexfec_receiver.h',
+ 'include/flexfec_sender.h',
'include/receive_statistics.h',
'include/remote_ntp_time_estimator.h',
'include/rtp_header_parser.h',
@@ -134,6 +135,7 @@
'source/fec_private_tables_bursty.h',
'source/flexfec_header_reader_writer.cc',
'source/flexfec_header_reader_writer.h',
+ 'source/flexfec_sender.cc',
'source/forward_error_correction.cc',
'source/forward_error_correction.h',
'source/forward_error_correction_internal.cc',
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/flexfec_sender.h ('k') | webrtc/modules/rtp_rtcp/source/flexfec_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698