vpx_scale: add missing rtcd + vpx_scale includes

silences missing prototype warnings

Change-Id: I33320f66c789b8c5c51d69f9dc0e017f9e06b0d0
This commit is contained in:
James Zern
2015-05-14 19:50:56 -07:00
parent c47d868d99
commit ad8bae3c2d
3 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include "./vpx_scale_rtcd.h"
#include "vpx_scale/vpx_scale.h" #include "vpx_scale/vpx_scale.h"
#include "vpx_mem/vpx_mem.h" #include "vpx_mem/vpx_mem.h"
/**************************************************************************** /****************************************************************************

View File

@@ -22,6 +22,7 @@
****************************************************************************/ ****************************************************************************/
#include "./vpx_scale_rtcd.h" #include "./vpx_scale_rtcd.h"
#include "vpx_mem/vpx_mem.h" #include "vpx_mem/vpx_mem.h"
#include "vpx_scale/vpx_scale.h"
#include "vpx_scale/yv12config.h" #include "vpx_scale/yv12config.h"
typedef struct { typedef struct {

View File

@@ -10,6 +10,7 @@
#include <assert.h> #include <assert.h>
#include "./vpx_config.h" #include "./vpx_config.h"
#include "./vpx_scale_rtcd.h"
#include "vpx/vpx_integer.h" #include "vpx/vpx_integer.h"
#include "vpx_mem/vpx_mem.h" #include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h" #include "vpx_ports/mem.h"