| Index: source/config/win/x64/vpx_config.asm
|
| diff --git a/source/config/win/x64/vpx_config.asm b/source/config/win/x64/vpx_config.asm
|
| index 27abdda9cb1aca97925d0b3714d24b06708f6cf9..a862ea99ce8e37e31160424b97f1753ccd0cd37b 100644
|
| --- a/source/config/win/x64/vpx_config.asm
|
| +++ b/source/config/win/x64/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
|
|
|