Searched refs:source_path (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dversion.sh22 source_path=${1:-.}
27 if [ -d ${source_path}/.git ]; then
29 export GIT_DIR=${source_path}/.git
34 for p in "${source_path}" "${source_path}/.."; do
H A Dconfigure.sh253 source_path=${0%/*}
255 if test -z "$source_path" -o "$source_path" = "." ; then
256 source_path="`pwd`"
430 SRC_PATH="$source_path"
431 SRC_PATH_BARE=$source_path
434 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}/buil
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure15 #source_path="`dirname \"$0\"`"
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`" ]; then
170 # test to see if source_path already configured
171 if [ -f ${source_path}/vpx_config.h ]; then
204 [ -d ${source_path}/../include ] && enable_feature alt_tree_layout
206 [ -d ${source_path}/${d} ] && disable_feature alt_tree_layout;
211 [ -d ${source_path}/vp
[all...]

Completed in 220 milliseconds