commit | b395a5ea6535338d7486d91128d07bdb95c1c9c4 | [log] [tgz] |
---|---|---|
author | bjornv@webrtc.org <bjornv@webrtc.org> | Tue Dec 16 10:38:10 2014 +0000 |
committer | bjornv@webrtc.org <bjornv@webrtc.org> | Tue Dec 16 10:38:10 2014 +0000 |
tree | e263d7cfa250798915d2f0604ffbb40ecffaea62 | |
parent | 55360ae402908b24757c7983c587e69ea485e9e6 [diff] [blame] |
audio_processing: Moved legacy AGC code to webrtc/modules/audio_processing/agc/legacy/ include/ is renamed to legacy/ and analog_agc.* and digital_agc.* moved into the directory. BUG= R=andrew@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/36479004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7909 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/gain_control_impl.cc b/webrtc/modules/audio_processing/gain_control_impl.cc index b8fbdc1..60744a8 100644 --- a/webrtc/modules/audio_processing/gain_control_impl.cc +++ b/webrtc/modules/audio_processing/gain_control_impl.cc
@@ -13,7 +13,7 @@ #include <assert.h> #include "webrtc/modules/audio_processing/audio_buffer.h" -#include "webrtc/modules/audio_processing/agc/include/gain_control.h" +#include "webrtc/modules/audio_processing/agc/legacy/gain_control.h" #include "webrtc/system_wrappers/interface/critical_section_wrapper.h" namespace webrtc {