| Index: source/libvpx/vpx_scale/generic/vpx_scale.c
|
| diff --git a/source/libvpx/vpx_scale/generic/vpx_scale.c b/source/libvpx/vpx_scale/generic/vpx_scale.c
|
| index 089e673757c7085311f68fc1bd1ad06c20ae80cf..15e4ba87e72c05a37010451b94d0b91e947c578b 100644
|
| --- a/source/libvpx/vpx_scale/generic/vpx_scale.c
|
| +++ b/source/libvpx/vpx_scale/generic/vpx_scale.c
|
| @@ -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 {
|
|
|