shithub: libvpx

Download patch

ref: 70c149db7ff44a7b60eecb1adf29b71b869b22ef
parent: 2184692c07c15290b424d538ae942d5f60eb7df8
author: James Zern <jzern@google.com>
date: Wed May 4 11:07:27 EDT 2016

vp9_idct_intrin_sse2: add missing vp9_rtcd.h include

Change-Id: I39a67ffea7b0a55b45cdf935986439537b65601f

--- a/vp9/common/x86/vp9_idct_intrin_sse2.c
+++ b/vp9/common/x86/vp9_idct_intrin_sse2.c
@@ -8,6 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#include "./vp9_rtcd.h"
 #include "vpx_dsp/x86/inv_txfm_sse2.h"
 #include "vpx_dsp/x86/txfm_common_sse2.h"
 #include "vpx_ports/mem.h"