| Index: third_party/libjingle/overrides/initialize_module.cc
|
| diff --git a/third_party/libjingle/overrides/initialize_module.cc b/third_party/libjingle/overrides/initialize_module.cc
|
| index b84e2d874519add52cbfb8d6ab249f5f1fcfb411..ce11567d4650cb6b4078f3063c60c3a19d274b14 100644
|
| --- a/third_party/libjingle/overrides/initialize_module.cc
|
| +++ b/third_party/libjingle/overrides/initialize_module.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/logging.h"
|
| #include "init_webrtc.h"
|
| #include "talk/media/webrtc/webrtcmediaengine.h"
|
| -#include "third_party/webrtc/modules/audio_processing/include/audio_processing.h"
|
| #include "webrtc/base/basictypes.h"
|
| #include "webrtc/base/logging.h"
|
|
|
| @@ -72,9 +71,7 @@
|
| CreateWebRtcMediaEngineFunction* create_media_engine,
|
| DestroyWebRtcMediaEngineFunction* destroy_media_engine,
|
| InitDiagnosticLoggingDelegateFunctionFunction*
|
| - init_diagnostic_logging,
|
| - CreateWebRtcAudioProcessingFunction*
|
| - create_audio_processing) {
|
| + init_diagnostic_logging) {
|
| #if !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| g_alloc = alloc;
|
| g_dealloc = dealloc;
|
| @@ -85,7 +82,6 @@
|
| *create_media_engine = &CreateWebRtcMediaEngine;
|
| *destroy_media_engine = &DestroyWebRtcMediaEngine;
|
| *init_diagnostic_logging = &rtc::InitDiagnosticLoggingDelegateFunction;
|
| - *create_audio_processing = &webrtc::AudioProcessing::Create;
|
|
|
| if (CommandLine::Init(0, NULL)) {
|
| #if !defined(OS_WIN)
|
|
|