Searched refs:CONFIG_STATIC_MSVCRT (Results 1 - 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
H A D | vpx_config.h | 75 #define CONFIG_STATIC_MSVCRT 0 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
H A D | vpx_config.h | 75 #define CONFIG_STATIC_MSVCRT 0 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
H A D | vpx_config.h | 75 #define CONFIG_STATIC_MSVCRT 0 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
H A D | vpx_config.h | 75 #define CONFIG_STATIC_MSVCRT 0 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
H A D | vpx_config.h | 75 #define CONFIG_STATIC_MSVCRT 0 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
H A D | vpx_config.h | 74 #define CONFIG_STATIC_MSVCRT 0 macro
|
H A D | vpx_config.asm | 62 CONFIG_STATIC_MSVCRT equ 0 define
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
H A D | libs.mk | 146 CODEC_LIB=$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd) 147 GTEST_LIB=$(if $(CONFIG_STATIC_MSVCRT),gtestmt,gtestmd) 225 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \ 251 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \ 430 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \ 450 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
|
H A D | examples.mk | 267 CODEC_LIB=$(if $(CONFIG_SHARED),vpx,$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd)) 290 $$(if $$(CONFIG_STATIC_MSVCRT),--static-crt) \
|
Completed in 401 milliseconds