]> granicus.if.org Git - libvpx/commitdiff
vp9_idct_intrin_sse2: add missing vp9_rtcd.h include
authorJames Zern <jzern@google.com>
Wed, 4 May 2016 22:07:27 +0000 (15:07 -0700)
committerJames Zern <jzern@google.com>
Wed, 4 May 2016 22:07:27 +0000 (15:07 -0700)
Change-Id: I39a67ffea7b0a55b45cdf935986439537b65601f

vp9/common/x86/vp9_idct_intrin_sse2.c

index 8d312d03f94458ac194520dde43f607628a3fed1..1c77b57ff1150db52d68e48db61bd095d18b9445 100644 (file)
@@ -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"