Searched refs:source_path (Results 1 – 3 of 3) sorted by relevance
16 source_path=${0%/*}17 . "${source_path}/build/make/configure.sh"161 [ -f ${source_path}/${t}.mk ] && enable_feature ${t}169 if [ "`cd ${source_path} && pwd`" != "`pwd`" ]; then171 if [ -f ${source_path}/vpx_config.h ]; then204 [ -d ${source_path}/../include ] && enable_feature alt_tree_layout206 [ -d ${source_path}/${d} ] && disable_feature alt_tree_layout;211 [ -d ${source_path}/vp8 ] && CODECS="${CODECS} vp8_encoder vp8_decoder"212 [ -d ${source_path}/vp9 ] && CODECS="${CODECS} vp9_encoder vp9_decoder"215 [ -f ${source_path}/../include/vpx/vp8cx.h ] && CODECS="${CODECS} vp8_encoder"[all …]
22 source_path=${1:-.}27 if [ -d ${source_path}/.git ]; then29 export GIT_DIR=${source_path}/.git34 for p in "${source_path}" "${source_path}/.."; do
253 source_path=${0%/*}255 if test -z "$source_path" -o "$source_path" = "." ; then256 source_path="`pwd`"430 SRC_PATH="$source_path"431 SRC_PATH_BARE=$source_path434 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}849 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"857 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl"867 LD=${source_path}/build/make/armlink_adapter.sh968 asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl"[all …]