Index: media/filters/vpx_video_decoder.cc |
diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc |
index c9e1ce11f238649e9790963587e33dc07cd63002..6fffb5f4762c85a007b8d59f4be31c90a089132f 100644 |
--- a/media/filters/vpx_video_decoder.cc |
+++ b/media/filters/vpx_video_decoder.cc |
@@ -36,9 +36,9 @@ |
// backwards compatibility for legacy applications using the library. |
#define VPX_CODEC_DISABLE_COMPAT 1 |
extern "C" { |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vp8dx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_decoder.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_frame_buffer.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vp8dx.h" |
Johann
2015/09/17 16:32:18
presubmit would like vp8 before vpx
|
} |
namespace media { |