| Index: remoting/codec/audio_encoder_speex.cc
|
| diff --git a/remoting/codec/audio_encoder_speex.cc b/remoting/codec/audio_encoder_speex.cc
|
| index f9c6c2252ab2f7a440c1dfc18a071eb6187a5940..3adb366db000cf4be82f190ed2a2db657aa0432c 100644
|
| --- a/remoting/codec/audio_encoder_speex.cc
|
| +++ b/remoting/codec/audio_encoder_speex.cc
|
| @@ -11,7 +11,8 @@
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| #include "remoting/proto/audio.pb.h"
|
| -#include "third_party/speex/speex.h"
|
| +#include "third_party/speex/include/speex/speex_callbacks.h"
|
| +#include "third_party/speex/include/speex/speex_stereo.h"
|
|
|
| namespace {
|
| // A quality of 8 in wide band mode corresponds to 27,800 bits per second.
|
|
|