Index: source/libvpx/vp8/vp8_cx_iface.c |
=================================================================== |
--- source/libvpx/vp8/vp8_cx_iface.c (revision 284462) |
+++ source/libvpx/vp8/vp8_cx_iface.c (working copy) |
@@ -9,6 +9,7 @@ |
*/ |
+#include "./vpx_config.h" |
#include "vp8_rtcd.h" |
#include "vpx/vpx_codec.h" |
#include "vpx/internal/vpx_codec_internal.h" |
@@ -1290,6 +1291,7 @@ |
VPX_VBR, /* rc_end_usage */ |
#if VPX_ENCODER_ABI_VERSION > (1 + VPX_CODEC_ABI_VERSION) |
{0}, /* rc_twopass_stats_in */ |
+ {0}, /* rc_firstpass_mb_stats_in */ |
#endif |
256, /* rc_target_bandwidth */ |
4, /* rc_min_quantizer */ |
@@ -1314,6 +1316,9 @@ |
"vp8.fpf" /* first pass filename */ |
#endif |
VPX_SS_DEFAULT_LAYERS, /* ss_number_layers */ |
+#ifdef CONFIG_SPATIAL_SVC |
+ {0}, |
+#endif |
{0}, /* ss_target_bitrate */ |
1, /* ts_number_layers */ |
{0}, /* ts_target_bitrate */ |