Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1075)

Unified Diff: webrtc/modules/audio_coding/codecs/opus/opus.gypi

Issue 1342933005: Move AudioDecoderOpus next to AudioEncoderOpus (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/codecs/opus/opus.gypi
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
index 4ae4340361b350b3d18cba5ed02de305d90de56c..5a420b4fcf88732d597dad9901808da4663c7243 100644
--- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi
+++ b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
@@ -43,7 +43,9 @@
'<(webrtc_root)',
],
'sources': [
+ 'audio_decoder_opus.cc',
'audio_encoder_opus.cc',
+ 'interface/audio_decoder_opus.h',
'interface/audio_encoder_opus.h',
'interface/opus_interface.h',
'opus_inst.h',

Powered by Google App Engine
This is Rietveld 408576698