Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: remoting/codec/audio_encoder_speex.cc

Issue 11791006: Roll speex, flac, libvpx DEPS to get shim header changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/codec/audio_decoder_speex.cc ('k') | remoting/codec/video_decoder_vp8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/codec/audio_decoder_speex.cc ('k') | remoting/codec/video_decoder_vp8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698