| Index: source/libvpx/vp9/encoder/vp9_svc_layercontext.c
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_svc_layercontext.c (revision 285372)
|
| +++ source/libvpx/vp9/encoder/vp9_svc_layercontext.c (working copy)
|
| @@ -223,6 +223,7 @@
|
| cpi->svc.layer_context[cpi->svc.spatial_layer_id].is_key_frame;
|
| }
|
|
|
| +#if CONFIG_SPATIAL_SVC
|
| int vp9_svc_lookahead_push(const VP9_COMP *const cpi, struct lookahead_ctx *ctx,
|
| YV12_BUFFER_CONFIG *src, int64_t ts_start,
|
| int64_t ts_end, unsigned int flags) {
|
| @@ -352,3 +353,4 @@
|
|
|
| return buf;
|
| }
|
| +#endif
|
|
|