| Index: source/config/linux/x64/vpx_config.asm
|
| diff --git a/source/config/linux/x64/vpx_config.asm b/source/config/linux/x64/vpx_config.asm
|
| index 85fe28946b43021911ef040561394ee373b5b787..029407dbf403de3cf2ef496f25cfc139dd7d86b1 100644
|
| --- a/source/config/linux/x64/vpx_config.asm
|
| +++ b/source/config/linux/x64/vpx_config.asm
|
| @@ -83,7 +83,9 @@
|
| %define CONFIG_COEFFICIENT_RANGE_CHECKING 0
|
| %define CONFIG_VP9_HIGHBITDEPTH 0
|
| %define CONFIG_EXPERIMENTAL 0
|
| -%define CONFIG_SIZE_LIMIT 0
|
| +%define CONFIG_SIZE_LIMIT 1
|
| %define CONFIG_SPATIAL_SVC 0
|
| %define CONFIG_FP_MB_STATS 0
|
| %define CONFIG_EMULATE_HARDWARE 0
|
| +%define DECODE_WIDTH_LIMIT 16384
|
| +%define DECODE_HEIGHT_LIMIT 16384
|
|
|