shithub: libvpx

Download patch

ref: 80ae856c8b1115fdf6c21505cb23b10e7ca3400c
parent: b37494cfb51ff8c073e22b338a2b46cc7c9fa387
author: Jingning Han <[email protected]>
date: Sun Aug 2 04:24:56 EDT 2015

Add vpx_dsp_rtcd.h to inv_txfm_sse2.c

Change-Id: Ibab434fb4bd6da02dba087582ed74811f555c3ed

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