| Index: third_party/libvpx/source/config/linux/arm/vpx_config.h
|
| diff --git a/third_party/libvpx/source/config/linux/arm/vpx_config.h b/third_party/libvpx/source/config/linux/arm/vpx_config.h
|
| index ab52e0326ce87ae0dfa40f97d292cd4e32ff2e56..1f3fe534dfa751138876e3ad42347bfff3b5cb00 100644
|
| --- a/third_party/libvpx/source/config/linux/arm/vpx_config.h
|
| +++ b/third_party/libvpx/source/config/linux/arm/vpx_config.h
|
| @@ -34,8 +34,8 @@
|
| #define CONFIG_DEPENDENCY_TRACKING 1
|
| #define CONFIG_EXTERNAL_BUILD 1
|
| #define CONFIG_INSTALL_DOCS 0
|
| -#define CONFIG_INSTALL_BINS 0
|
| -#define CONFIG_INSTALL_LIBS 0
|
| +#define CONFIG_INSTALL_BINS 1
|
| +#define CONFIG_INSTALL_LIBS 1
|
| #define CONFIG_INSTALL_SRCS 0
|
| #define CONFIG_DEBUG 0
|
| #define CONFIG_GPROF 0
|
| @@ -43,7 +43,7 @@
|
| #define CONFIG_RVCT 0
|
| #define CONFIG_GCC 1
|
| #define CONFIG_MSVS 0
|
| -#define CONFIG_PIC 1
|
| +#define CONFIG_PIC 0
|
| #define CONFIG_BIG_ENDIAN 0
|
| #define CONFIG_CODEC_SRCS 0
|
| #define CONFIG_DEBUG_LIBS 0
|
| @@ -72,7 +72,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
|
|
|