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 cfb3916ce0dc44d8c7274e1435f78bd6bd679089..1c89e54a8bac2b7c73763627c4e1ee63f6c882c4 100644 |
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi |
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi |
@@ -12,8 +12,9 @@ |
'target_name': 'rtp_rtcp', |
'type': 'static_library', |
'dependencies': [ |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
+ '<(webrtc_root)/common_video/common_video.gyp:common_video', |
'<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator', |
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
], |
'sources': [ |
# Common |
@@ -135,8 +136,6 @@ |
'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', |