Index: remoting/codec/video_decoder_vpx.cc |
diff --git a/remoting/codec/video_decoder_vpx.cc b/remoting/codec/video_decoder_vpx.cc |
index cba3b208c85d5cac92168b8a3ba1b1c31f67ba2e..5c766a0fb76bfa56f409aa5419a276602e3fb331 100644 |
--- a/remoting/codec/video_decoder_vpx.cc |
+++ b/remoting/codec/video_decoder_vpx.cc |
@@ -16,8 +16,8 @@ |
extern "C" { |
#define VPX_CODEC_DISABLE_COMPAT 1 |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vp8dx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vp8dx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_decoder.h" |
} |
namespace remoting { |