summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--media/webm/chromeos/ebml_writer.cc2
-rw-r--r--media/webm/chromeos/webm_encoder.cc4
3 files changed, 4 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index 9b42107..2e6a0c4 100644
--- a/DEPS
+++ b/DEPS
@@ -31,7 +31,7 @@ vars = {
"gtm_revision": "616",
"libphonenumber_revision": "621",
- "libvpx_revision": "228256",
+ "libvpx_revision": "232436",
"lss_revision": "24",
# These two FFmpeg variables must be updated together. One is used for SVN
diff --git a/media/webm/chromeos/ebml_writer.cc b/media/webm/chromeos/ebml_writer.cc
index 5c5f07d..84a9760 100644
--- a/media/webm/chromeos/ebml_writer.cc
+++ b/media/webm/chromeos/ebml_writer.cc
@@ -7,7 +7,7 @@
#include "media/base/media_export.h"
extern "C" {
-#include "third_party/libvpx/source/libvpx/libmkv/EbmlWriter.h"
+#include "third_party/libvpx/source/libvpx/third_party/libmkv/EbmlWriter.h"
EbmlGlobal::EbmlGlobal() {
}
diff --git a/media/webm/chromeos/webm_encoder.cc b/media/webm/chromeos/webm_encoder.cc
index af4d871..da1f176 100644
--- a/media/webm/chromeos/webm_encoder.cc
+++ b/media/webm/chromeos/webm_encoder.cc
@@ -16,8 +16,8 @@ extern "C" {
// Getting the right degree of C compatibility has been a constant struggle.
// - Stroustrup, C++ Report, 12(7), July/August 2000.
#define private priv
-#include "third_party/libvpx/source/libvpx/libmkv/EbmlIDs.h"
-#include "third_party/libvpx/source/libvpx/libmkv/EbmlWriter.h"
+#include "third_party/libvpx/source/libvpx/third_party/libmkv/EbmlIDs.h"
+#include "third_party/libvpx/source/libvpx/third_party/libmkv/EbmlWriter.h"
#undef private
}