summaryrefslogtreecommitdiffstats
path: root/remoting/codec
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/codec')
-rw-r--r--remoting/codec/audio_decoder_opus.cc2
-rw-r--r--remoting/codec/audio_encoder_opus.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/remoting/codec/audio_decoder_opus.cc b/remoting/codec/audio_decoder_opus.cc
index 888e4bc..abd3456 100644
--- a/remoting/codec/audio_decoder_opus.cc
+++ b/remoting/codec/audio_decoder_opus.cc
@@ -8,7 +8,7 @@
#include "base/stl_util.h"
#include "base/time.h"
#include "remoting/proto/audio.pb.h"
-#include "third_party/opus/opus.h"
+#include "third_party/opus/src/include/opus.h"
namespace remoting {
diff --git a/remoting/codec/audio_encoder_opus.cc b/remoting/codec/audio_encoder_opus.cc
index ab19c94..15160df 100644
--- a/remoting/codec/audio_encoder_opus.cc
+++ b/remoting/codec/audio_encoder_opus.cc
@@ -9,7 +9,7 @@
#include "base/time.h"
#include "media/base/audio_bus.h"
#include "media/base/multi_channel_resampler.h"
-#include "third_party/opus/opus.h"
+#include "third_party/opus/src/include/opus.h"
namespace remoting {