Moved legacy_encoded_audio_frame into audio_decoder_interface.

audio_decoder.cc depends on LegacyEncodedAudioFrame and
LegacyEncodedAudioFrame depends on AudioDecoder::EncodedAudioFrame, so
there's no clear way to separate them as of now. This error is also
hodling up builds downstream. I expect we'll revisit these
dependencies as part of the upcoming larger restructuring effort.

NOTRY=true
BUG=webrtc:5805

Review-Url: https://codereview.webrtc.org/2359763002
Cr-Commit-Position: refs/heads/master@{#14329}
This commit is contained in:
ossu
2016-09-21 05:50:37 -07:00
committed by Commit bot
parent 17802ae258
commit 7f40ba4414
7 changed files with 5 additions and 36 deletions

View File

@ -186,26 +186,6 @@
'include/audio_coding_module_typedefs.h',
],
},
{
'target_name': 'legacy_encoded_audio_frame',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common.gyp:webrtc_common',
'audio_decoder_interface',
],
'include_dirs': [
'<(webrtc_root)',
],
'direct_dependent_settings': {
'include_dirs': [
'<(webrtc_root)',
],
},
'sources': [
'codecs/legacy_encoded_audio_frame.cc',
'codecs/legacy_encoded_audio_frame.h',
],
},
],
'conditions': [
['include_opus==1', {