Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: remoting/codec/scoped_vpx_codec.cc

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep checklicenses exception for old directory, add exe bit to run_perl.py Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/codec/scoped_vpx_codec.cc
diff --git a/remoting/codec/scoped_vpx_codec.cc b/remoting/codec/scoped_vpx_codec.cc
index dda986e75d272aa0e165398b3135ada6fa442c58..dd5c73928e2aabaf62e7bd1d261a62a7a26e9561 100644
--- a/remoting/codec/scoped_vpx_codec.cc
+++ b/remoting/codec/scoped_vpx_codec.cc
@@ -8,7 +8,7 @@
extern "C" {
#define VPX_CODEC_DISABLE_COMPAT 1
-#include "third_party/libvpx/source/libvpx/vpx/vpx_codec.h"
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_codec.h"
}
namespace remoting {

Powered by Google App Engine
This is Rietveld 408576698