OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_INSTALL_BINS
(Results
1 - 18
of
18
) sorted by null
/external/libvpx/config/arm/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/arm-neon/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/arm64/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/generic/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/mips32/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/mips32-dspr2/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/mips64/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/x86/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/external/libvpx/config/x86_64/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.h
41
#define
CONFIG_INSTALL_BINS
1
vpx_config.asm
29
CONFIG_INSTALL_BINS
equ 1
/external/libvpx/libvpx/build/make/
Makefile
373
INSTALL-BINS=$(call cond_enabled,
CONFIG_INSTALL_BINS
,INSTALL-BINS)
375
INSTALL-BINS+=$(call cond_enabled,
CONFIG_INSTALL_BINS
,DIST-BINS)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile
350
INSTALL-BINS=$(call cond_enabled,
CONFIG_INSTALL_BINS
,INSTALL-BINS)
352
INSTALL-BINS+=$(call cond_enabled,
CONFIG_INSTALL_BINS
,DIST-BINS)
Completed in 39 milliseconds