Searched refs:CONFIG_DEBUG_LIBS (Results 1 – 19 of 19) sorted by relevance
/external/libvpx/config/x86/ |
D | vpx_config.asm | 39 %define CONFIG_DEBUG_LIBS 0
|
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
/external/libvpx/config/x86_64/ |
D | vpx_config.asm | 39 %define CONFIG_DEBUG_LIBS 0
|
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
/external/libvpx/config/arm64/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
D | vpx_config.asm | 42 .equ CONFIG_DEBUG_LIBS , 0 define
|
/external/libvpx/config/mips32-msa/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
/external/libvpx/config/arm/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
D | vpx_config.asm | 42 .equ CONFIG_DEBUG_LIBS , 0 define
|
/external/libvpx/config/mips64-msa/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
/external/libvpx/config/mips64/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
D | vpx_config.asm | 42 .equ CONFIG_DEBUG_LIBS , 0 define
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
/external/libvpx/config/mips32/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
/external/libvpx/config/generic/ |
D | vpx_config.h | 51 #define CONFIG_DEBUG_LIBS 0 macro
|
D | vpx_config.asm | 42 .equ CONFIG_DEBUG_LIBS , 0 define
|
/external/libvpx/libvpx/ |
D | libs.mk | 170 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/$(CODEC_LIB)d.li… 176 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(LIBSUBDIR)/libvpx_g.a 505 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)
|
D | examples.mk | 310 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)
|