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

  /external/libvpx/config/arm/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/arm-neon/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/arm64/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/generic/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips32/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips32-msa/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips64/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/mips64-msa/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/x86/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/config/x86_64/
vpx_config.h 69 #define CONFIG_STATIC_MSVCRT 0
  /external/libvpx/libvpx/
tools.mk 82 $$(if $$(CONFIG_STATIC_MSVCRT),--static-crt) \
libs.mk 124 CODEC_LIB=$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd)
125 GTEST_LIB=$(if $(CONFIG_STATIC_MSVCRT),gtestmt,gtestmd)
214 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
442 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
463 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
485 $(if $(CONFIG_STATIC_MSVCRT),--static-crt) \
examples.mk 338 CODEC_LIB=$(if $(CONFIG_SHARED),vpx,$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd))
362 $$(if $$(CONFIG_STATIC_MSVCRT),--static-crt) \

Completed in 128 milliseconds