| Index: remoting/codec/audio_decoder_speex.cc
|
| diff --git a/remoting/codec/audio_decoder_speex.cc b/remoting/codec/audio_decoder_speex.cc
|
| index 61b4dbcd7e92375365460c44cc7e254739b2fc87..7114844a72dda111f6602a82d0a443150e53bee3 100644
|
| --- a/remoting/codec/audio_decoder_speex.cc
|
| +++ b/remoting/codec/audio_decoder_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 remoting {
|
|
|
|
|