]> granicus.if.org Git - libvpx/commitdiff
vpx_scale: add missing rtcd + vpx_scale includes
authorJames Zern <jzern@google.com>
Fri, 15 May 2015 02:50:56 +0000 (19:50 -0700)
committerJames Zern <jzern@google.com>
Fri, 15 May 2015 03:58:44 +0000 (20:58 -0700)
silences missing prototype warnings

Change-Id: I33320f66c789b8c5c51d69f9dc0e017f9e06b0d0

vpx_scale/generic/gen_scalers.c
vpx_scale/generic/vpx_scale.c
vpx_scale/generic/yv12extend.c

index 995c45b6ab66d981e6aaecc6b45a5175114fbf5e..dab324edfccfada1336d037993f9f535e08a7761 100644 (file)
@@ -8,7 +8,7 @@
  *  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_mem/vpx_mem.h"
 /****************************************************************************
index 089e673757c7085311f68fc1bd1ad06c20ae80cf..15e4ba87e72c05a37010451b94d0b91e947c578b 100644 (file)
@@ -22,6 +22,7 @@
 ****************************************************************************/
 #include "./vpx_scale_rtcd.h"
 #include "vpx_mem/vpx_mem.h"
+#include "vpx_scale/vpx_scale.h"
 #include "vpx_scale/yv12config.h"
 
 typedef struct {
index 13ee3e99f5468fcf94fe5a087b24e1b5fdf163fa..086e2f398fbb1cd16707e1912fe3bee4cd36dafe 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <assert.h>
 #include "./vpx_config.h"
+#include "./vpx_scale_rtcd.h"
 #include "vpx/vpx_integer.h"
 #include "vpx_mem/vpx_mem.h"
 #include "vpx_ports/mem.h"