OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enable_feature
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
configure
157
[ -f ${source_path}/${t}.mk ] &&
enable_feature
${t}
168
[ $doxy_major -gt 1 ] &&
enable_feature
doxygen
169
[ $doxy_minor -gt 5 ] &&
enable_feature
doxygen
170
[ $doxy_minor -eq 5 ] && [ $doxy_patch -ge 3 ] &&
enable_feature
doxygen
176
enabled doxygen && php -v >/dev/null 2>&1 &&
enable_feature
install_docs
177
enable_feature
install_bins
178
enable_feature
install_libs
180
enable_feature
static
181
enable_feature
optimizations
182
enable_feature
fast_unaligned #allow unaligned accesses, if supported by h
[
all
...]
/external/libvpx/libvpx/build/make/
configure.sh
201
enable_feature
(){
function
222
enable_feature
$var
254
enable_feature
source_path_used
321
check_cpp "$@" <<EOF &&
enable_feature
$var
483
--child)
enable_feature
child
495
--force-target=*) toolchain="${toolchain:-${optval}}";
enable_feature
force_toolchain
700
enable_feature
${tgt_os}
701
enable_feature
${tgt_cc}
705
arm*)
enable_feature
arm;;
706
mips*)
enable_feature
mips;
[
all
...]
Completed in 46 milliseconds