Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index bbf4668627a1345e21d16ede496b96a26a19c90c..5673b91730fe851b1a6e9cde0d4ec21311c1ef92 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -68,6 +68,7 @@ rtc_source_set("audio_decoder_factory_interface") { |
deps = [ |
":audio_decoder_interface", |
":audio_format", |
+ ":audio_format_conversion", |
kwiberg-webrtc
2016/11/02 10:00:42
Thanks, but this doesn't look right. audio_decoder
kjellander_webrtc
2016/11/02 10:15:08
You're right. But as there are now downstream proj
kwiberg-webrtc
2016/11/02 10:23:14
Right. I'm not usually an "end justifies the means
|
"../../base:rtc_base_approved", |
] |
} |