HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_STATIC_MSVCRT (Results 1 - 20 of 20) sorted by null

  /external/libvpx/config/arm/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/arm-neon/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/arm64/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/generic/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips32/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips64/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/x86/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/x86_64/
vpx_config.h 73 #define CONFIG_STATIC_MSVCRT 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h 75 #define CONFIG_STATIC_MSVCRT 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h 75 #define CONFIG_STATIC_MSVCRT 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h 75 #define CONFIG_STATIC_MSVCRT 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.h 75 #define CONFIG_STATIC_MSVCRT 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.h 75 #define CONFIG_STATIC_MSVCRT 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.h 74 #define CONFIG_STATIC_MSVCRT 0
vpx_config.asm 62 CONFIG_STATIC_MSVCRT equ 0
  /external/libvpx/libvpx/
libs.mk 155 CODEC_LIB=$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd)
156 GTEST_LIB=$(if $(CONFIG_STATIC_MSVCRT),gtestmt,gtestmd)
241 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
450 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
471 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
492 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
examples.mk 315 CODEC_LIB=$(if $(CONFIG_SHARED),vpx,$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd))
339 $$(if $$(CONFIG_STATIC_MSVCRT),--static-crt) \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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) \
examples.mk 267 CODEC_LIB=$(if $(CONFIG_SHARED),vpx,$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd))
290 $$(if $$(CONFIG_STATIC_MSVCRT),--static-crt) \

Completed in 68 milliseconds