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

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

Issue 2388153004: Stop using old AudioCodingModule::RegisterReceiveCodec overloads (Closed)
Patch Set: rebase Created 4 years, 2 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/audio_coding.gypi
diff --git a/webrtc/modules/audio_coding/audio_coding.gypi b/webrtc/modules/audio_coding/audio_coding.gypi
index 5f9eb2cdad9d00831ed7a8bc5f0e9f6890bf505b..a9b9e20e636f08b14764e2cfe8462681444a7de9 100644
--- a/webrtc/modules/audio_coding/audio_coding.gypi
+++ b/webrtc/modules/audio_coding/audio_coding.gypi
@@ -87,6 +87,8 @@
'codecs/audio_decoder_factory.h',
'codecs/audio_format.cc',
'codecs/audio_format.h',
+ 'codecs/audio_format_conversion.cc',
kjellander_webrtc 2016/11/02 06:37:53 Can we make the same changes here as in the GN bui
kwiberg-webrtc 2016/11/02 10:25:27 This won't be needed if https://codereview.webrtc.
+ 'codecs/audio_format_conversion.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698