OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disable_feature
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
configure
191
[ -d ${source_path}/${d} ] &&
disable_feature
alt_tree_layout;
204
[ -f ${source_path}/../include/vpx/vp8cx.h ] ||
disable_feature
vp8_encoder
205
[ -f ${source_path}/../include/vpx/vp8dx.h ] ||
disable_feature
vp8_decoder
206
[ -f ${source_path}/../include/vpx/vp9cx.h ] ||
disable_feature
vp9_encoder
207
[ -f ${source_path}/../include/vpx/vp9dx.h ] ||
disable_feature
vp9_decoder
365
--disable-codecs) for c in ${CODECS}; do
disable_feature
$c; done ;;
391
disabled ${c%%_*} &&
disable_feature
${c}
521
disable_feature
$var
/external/libvpx/libvpx/build/make/
configure.sh
205
disable_feature
(){
function
231
disable_feature
$var
257
disable_feature
source_path_used
320
disable_feature
$var
531
disable_feature
builtin_libc
769
disable_feature
fast_unaligned
794
disable_feature
fast_unaligned
846
disable_feature
multithread
847
disable_feature
unit_tests
884
disable_feature
multithrea
[
all
...]
Completed in 520 milliseconds