diff options
Diffstat (limited to 'remoting/codec/audio_encoder_opus.cc')
-rw-r--r-- | remoting/codec/audio_encoder_opus.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |