Add audio_format_conversion to deps for audio_decoder_factory_interface.
This fix is made to remove the discrepancy between GYP and GN audio_decoder_factory_interface target. BUG=webrtc:6412 NOTRY=True Review-Url: https://codereview.webrtc.org/2472643003 Cr-Commit-Position: refs/heads/master@{#14894}
This commit is contained in:
@ -68,6 +68,10 @@ rtc_source_set("audio_decoder_factory_interface") {
|
||||
deps = [
|
||||
":audio_decoder_interface",
|
||||
":audio_format",
|
||||
|
||||
# TODO(charujain): Clean this dependency when downstream projects are
|
||||
# updated to properly depend on audio_format_conversion target.
|
||||
":audio_format_conversion",
|
||||
"../../base:rtc_base_approved",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user