| Index: third_party/libvpx/source/config/win/x64/vpx_config.asm
|
| diff --git a/third_party/libvpx/source/config/win/x64/vpx_config.asm b/third_party/libvpx/source/config/win/x64/vpx_config.asm
|
| index c254c98dc8624d2ab947b55a8eefb507420f9177..fdbedb10243e5b09f84642ebe58975322f66b43a 100644
|
| --- a/third_party/libvpx/source/config/win/x64/vpx_config.asm
|
| +++ b/third_party/libvpx/source/config/win/x64/vpx_config.asm
|
| @@ -31,7 +31,7 @@
|
| %define CONFIG_RVCT 0
|
| %define CONFIG_GCC 0
|
| %define CONFIG_MSVS 1
|
| -%define CONFIG_PIC 0
|
| +%define CONFIG_PIC 1
|
| %define CONFIG_BIG_ENDIAN 0
|
| %define CONFIG_CODEC_SRCS 0
|
| %define CONFIG_DEBUG_LIBS 0
|
| @@ -60,7 +60,7 @@
|
| %define CONFIG_SMALL 0
|
| %define CONFIG_POSTPROC_VISUALIZER 0
|
| %define CONFIG_OS_SUPPORT 1
|
| -%define CONFIG_UNIT_TESTS 0
|
| +%define CONFIG_UNIT_TESTS 1
|
| %define CONFIG_WEBM_IO 1
|
| %define CONFIG_LIBYUV 1
|
| %define CONFIG_DECODE_PERF_TESTS 0
|
|
|