| Index: source/config/linux/ia32/vpx_config.asm
|
| diff --git a/source/config/linux/ia32/vpx_config.asm b/source/config/linux/ia32/vpx_config.asm
|
| index c5a4c09034055f8e3405fa7310b74fb6402a6eb2..cf8a66c9555abdc36e0b998ed26a61a0df74608a 100644
|
| --- a/source/config/linux/ia32/vpx_config.asm
|
| +++ b/source/config/linux/ia32/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
|
|
|