| Index: source/config/mac/ia32/vpx_config.asm
|
| diff --git a/source/config/mac/ia32/vpx_config.asm b/source/config/mac/ia32/vpx_config.asm
|
| index 9550f440153a4f34cf395c0b48f712736095c115..90b0da02da938a073967289957cce541e71b1af0 100644
|
| --- a/source/config/mac/ia32/vpx_config.asm
|
| +++ b/source/config/mac/ia32/vpx_config.asm
|
| @@ -51,8 +51,11 @@
|
| %define CONFIG_VP8_DECODER 1
|
| %define CONFIG_VP9_ENCODER 1
|
| %define CONFIG_VP9_DECODER 1
|
| +%define CONFIG_VP10_ENCODER 0
|
| +%define CONFIG_VP10_DECODER 0
|
| %define CONFIG_VP8 1
|
| %define CONFIG_VP9 1
|
| +%define CONFIG_VP10 0
|
| %define CONFIG_ENCODERS 1
|
| %define CONFIG_DECODERS 1
|
| %define CONFIG_STATIC_MSVCRT 0
|
|
|