HomeSort by relevance Sort by last modified time
    Searched refs:soft_enable (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/build/make/
configure.sh 218 soft_enable() { function
699 soft_enable ${tgt_isa}
710 enabled shared && soft_enable pic
782 soft_enable neon
783 soft_enable media
784 soft_enable edsp
785 soft_enable fast_unaligned
788 soft_enable media
789 soft_enable edsp
790 soft_enable fast_unaligne
    [all...]
  /external/libvpx/libvpx/
configure 209 [ -f ${source_path}/../lib/*/*mt.lib ] && soft_enable static_msvcrt
396 for c in ${CODECS}; do soft_enable $c; done
684 case $toolchain in x86*|ppc*|universal*) soft_enable postproc;; esac
693 soft_enable unit_tests
706 check_cxx "$@" <<EOF && soft_enable unit_tests
711 enabled pthread_h && check_cxx "$@" <<EOF && soft_enable unit_tests

Completed in 47 milliseconds