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

Unified Diff: source/libvpx/vpx_scale/vpx_scale_rtcd.c

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR Created 5 years, 7 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
« no previous file with comments | « source/libvpx/vpx_scale/mips/dspr2/yv12extend_dspr2.c ('k') | source/libvpx/vpx_scale/win32/scaleopt.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_scale/vpx_scale_rtcd.c
diff --git a/source/libvpx/vpx_scale/vpx_scale_rtcd.c b/source/libvpx/vpx_scale/vpx_scale_rtcd.c
index 656a22f52405191f03d868185f1edca1f49e5e57..bea603fd1046a8acd98df9ce9d78d80ea437d8b6 100644
--- a/source/libvpx/vpx_scale/vpx_scale_rtcd.c
+++ b/source/libvpx/vpx_scale/vpx_scale_rtcd.c
@@ -7,9 +7,9 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "vpx_config.h"
+#include "./vpx_config.h"
#define RTCD_C
-#include "vpx_scale_rtcd.h"
+#include "./vpx_scale_rtcd.h"
#include "vpx_ports/vpx_once.h"
void vpx_scale_rtcd()
« no previous file with comments | « source/libvpx/vpx_scale/mips/dspr2/yv12extend_dspr2.c ('k') | source/libvpx/vpx_scale/win32/scaleopt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698