| Index: webrtc/modules/audio_coding/audio_coding.gypi
|
| diff --git a/webrtc/modules/audio_coding/audio_coding.gypi b/webrtc/modules/audio_coding/audio_coding.gypi
|
| index 1e14b7c0641431debef71e051e88ceaae74936e5..f9d48b14e678ceac85f97703eb48166b577e450f 100644
|
| --- a/webrtc/modules/audio_coding/audio_coding.gypi
|
| +++ b/webrtc/modules/audio_coding/audio_coding.gypi
|
| @@ -186,6 +186,26 @@
|
| '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', {
|
|
|