Home
last modified time | relevance | path

Searched refs:enable_feature (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure161 [ -f ${source_path}/${t}.mk ] && enable_feature ${t}
184 [ $doxy_major -gt 1 ] && enable_feature doxygen
185 [ $doxy_minor -gt 5 ] && enable_feature doxygen
186 [ $doxy_minor -eq 5 ] && [ $doxy_patch -ge 3 ] && enable_feature doxygen
192 enabled doxygen && php -v >/dev/null 2>&1 && enable_feature install_docs
193 enable_feature install_bins
194 enable_feature install_libs
196 enable_feature static
197 enable_feature optimizations
198 enable_feature fast_unaligned #allow unaligned accesses, if supported by hw
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh201 enable_feature(){ function
222 enable_feature $var
254 enable_feature source_path_used
322 check_cpp "$@" <<EOF && enable_feature $var
497 --child) enable_feature child
509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
714 enable_feature ${tgt_os}
715 enable_feature ${tgt_cc}
719 arm*) enable_feature arm;;
720 mips*) enable_feature mips;;
[all …]