New empty build target api:rtp_parameters
To be populated after downstream dependencies are updated. Bug: webrtc:8733 Change-Id: I393a7e8dba57f99fced50250e947c22f5cbdc02f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150222 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28951}
This commit is contained in:
parent
0aefbf0ec4
commit
184b4af733
@ -171,6 +171,7 @@ rtc_static_library("libjingle_peerconnection_api") {
|
||||
":network_state_predictor_api",
|
||||
":rtc_stats_api",
|
||||
":rtp_packet_info",
|
||||
":rtp_parameters",
|
||||
":scoped_refptr",
|
||||
"audio:audio_mixer_api",
|
||||
"audio_codecs:audio_codecs_api",
|
||||
@ -255,6 +256,12 @@ rtc_source_set("track_id_stream_label_map") {
|
||||
]
|
||||
}
|
||||
|
||||
# TODO(bugs.webrtc.org/8733): Move media_types.* and rtp_parameters.*
|
||||
# to this target.
|
||||
rtc_source_set("rtp_parameters") {
|
||||
visibility = [ "*" ]
|
||||
}
|
||||
|
||||
rtc_source_set("audio_quality_analyzer_api") {
|
||||
visibility = [ "*" ]
|
||||
testonly = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user