summaryrefslogtreecommitdiffstats
path: root/remoting/codec
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 22:51:36 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 22:51:36 +0000
commit6dcada2da73c2c3fcdbfb484ded4c8f62412d72b (patch)
tree6becbee826ae7341d433a8542c106e86d1432332 /remoting/codec
parent7d58be290d29eec5383bc4fde81e64ee159910c9 (diff)
downloadchromium_src-6dcada2da73c2c3fcdbfb484ded4c8f62412d72b.zip
chromium_src-6dcada2da73c2c3fcdbfb484ded4c8f62412d72b.tar.gz
chromium_src-6dcada2da73c2c3fcdbfb484ded4c8f62412d72b.tar.bz2
Linux: fix build with system speex (2/2)
BUG=145507 TEST=none Review URL: https://chromiumcodereview.appspot.com/11029021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/codec')
-rw-r--r--remoting/codec/audio_decoder_speex.cc2
-rw-r--r--remoting/codec/audio_encoder_speex.cc1
2 files changed, 0 insertions, 3 deletions
diff --git a/remoting/codec/audio_decoder_speex.cc b/remoting/codec/audio_decoder_speex.cc
index 622e9a2..89289b8 100644
--- a/remoting/codec/audio_decoder_speex.cc
+++ b/remoting/codec/audio_decoder_speex.cc
@@ -12,8 +12,6 @@
#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 {
diff --git a/remoting/codec/audio_encoder_speex.cc b/remoting/codec/audio_encoder_speex.cc
index 6a4d387..f9c6c22 100644
--- a/remoting/codec/audio_encoder_speex.cc
+++ b/remoting/codec/audio_encoder_speex.cc
@@ -12,7 +12,6 @@
#include "base/stl_util.h"
#include "remoting/proto/audio.pb.h"
#include "third_party/speex/speex.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.