Index: remoting/codec/video_encoder_vpx.cc |
diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc |
index 80df93528d816712fed7f2b3b73460b79f41edd6..f82a86ed90584d7ee79e7f85da74e3415c5dc17e 100644 |
--- a/remoting/codec/video_encoder_vpx.cc |
+++ b/remoting/codec/video_encoder_vpx.cc |
@@ -16,8 +16,8 @@ |
extern "C" { |
#define VPX_CODEC_DISABLE_COMPAT 1 |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_encoder.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vp8cx.h" |
Johann
2015/09/17 16:32:18
presubmit would like vp8 before vpx
|
} |
namespace remoting { |