shithub: libvpx

Download patch

ref: 8a515c16fdfd9ab3c1ebf9d842ad0722663e9e20
parent: 59b560acef8bff4c50d66a553f24a3ff7f2e1b30
author: James Zern <jzern@google.com>
date: Tue Feb 2 12:43:33 EST 2016

vp9_resize.c: add missing include

Change-Id: I429e3c80216102ed0a85ce348ecac0bf1e1e28eb

--- a/vp9/encoder/vp9_resize.c
+++ b/vp9/encoder/vp9_resize.c
@@ -15,6 +15,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "./vpx_config.h"
 #if CONFIG_VP9_HIGHBITDEPTH
 #include "vpx_dsp/vpx_dsp_common.h"
 #endif  // CONFIG_VP9_HIGHBITDEPTH