shithub: libvpx

Download patch

ref: 4e5d99ca72feaef3243bb1e3ea389bec0a21d161
parent: bc1b0893728627fd90fee77e428f142917369532
parent: 623e163f84fc7d0760a698e8d8ff2b5166bad588
author: Jim Bankoski <[email protected]>
date: Mon Sep 30 06:41:32 EDT 2013

Merge "vp9_rtcd.c lint issues"

--- a/vp9/common/vp9_rtcd.c
+++ b/vp9/common/vp9_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 "vp9_rtcd.h"
+#include "./vp9_rtcd.h"
 #include "vpx_ports/vpx_once.h"
 
 void vpx_scale_rtcd(void);