Lines Matching refs:enabled

57   Codecs can be selectively enabled or disabled individually, or by family:
159 # all targets available are enabled, by default.
190 # to be enabled when doing dist builds, since that's no longer a common
192 enabled doxygen && php -v >/dev/null 2>&1 && enable_feature install_docs
209 if ! enabled alt_tree_layout; then
385 if enabled experimental; then
404 # If the codec family is enabled, enable all components of that family.
408 enabled ${c%%_*} && enable_feature ${c}
414 # Enable the codec family if any component of that family is enabled
416 enabled $c && enable_feature ${c%_*}
419 # Set the {en,de}coders variable if any algorithm in that class is enabled
421 enabled ${c} && enable_feature ${c##*_}s
427 enabled child || write_common_config_banner
428 enabled universal || write_common_target_config_h ${BUILD_PFX}vpx_config.h
434 if enabled universal; then
445 enabled universal && echo "FAT_ARCHS=${fat_bin_archs}" >> config.mk
447 # Calculate the default distribution name, based on the enabled features
451 if enabled ${cf}_encoder && enabled ${cf}_decoder; then
453 elif enabled ${cf}_encoder; then
455 elif enabled ${cf}_decoder; then
459 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug"
460 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src"
461 ! enabled postproc && ! enabled vp9_postproc && DIST_DIR="${DIST_DIR}-nopost"
462 ! enabled multithread && DIST_DIR="${DIST_DIR}-nomt"
463 ! enabled install_docs && DIST_DIR="${DIST_DIR}-nodocs"
466 win*) enabled static_msvcrt && DIST_DIR="${DIST_DIR}mt" || DIST_DIR="${DIST_DIR}md"
481 enabled child || cat <<EOF >> config.mk
499 enabled child || echo "CONFIGURE_ARGS?=${CONFIGURE_ARGS}" >> config.mk
502 # Write makefiles for all enabled targets
507 if enabled $tgt; then
517 if enabled shared; then
521 if ! enabled linux; then
522 if enabled gnu; then
529 if [ -z "$CC" ] || enabled external_build; then
568 enabled $var
615 if enabled gcc; then
616 enabled werror && check_add_cflags -Werror
636 enabled extra_warnings || check_add_cflags -Wno-unused-function
639 if enabled icc; then
640 enabled werror && check_add_cflags -Werror
656 enabled gcc && EXTRA_WARNINGS="${GCC_EXTRA_WARNINGS}"
660 enabled rvct && EXTRA_WARNINGS="${RVCT_EXTRA_WARNINGS}"
661 if enabled extra_warnings; then
664 enabled gcc && enabled werror && check_add_cflags -Wno-error=${w}
669 enabled gcc || soft_disable ccache
670 if enabled mips; then
675 if enabled internal_stats; then
692 enabled werror && gen_vcproj_cmd="${gen_vcproj_cmd} --enable-werror"
703 if enabled postproc_visualizer; then
704 enabled postproc || die "postproc_visualizer requires postproc to be enabled"
731 enabled pthread_h && check_cxx "$@" <<EOF && soft_enable unit_tests