shithub: libvpx

Download patch

ref: b096db5ad4f5c1b737a5a03ea64e8f3b786d2536
parent: 0b0eba728d55425e4a0389ba5b942726fa8540f6
parent: 6eabf229e231db2d8c5a424dbdd8e80e6d5f73a2
author: Jingning Han <jingning@google.com>
date: Mon Aug 3 12:03:02 EDT 2015

Merge "Remove vp9_common.h from idct16x16_neon.c"

--- a/vpx_dsp/arm/idct16x16_neon.c
+++ b/vpx_dsp/arm/idct16x16_neon.c
@@ -8,7 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#include "vp9/common/vp9_common.h"
+#include "vpx_dsp/vpx_dsp_common.h"
 
 void vp9_idct16x16_256_add_neon_pass1(const int16_t *input,
                                       int16_t *output,