Lines Matching refs:source_path

15 #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}/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"
216 [ -f ${source_path}/../include/vpx/vp8dx.h ] && CODECS="${CODECS} vp8_decoder"
217 [ -f ${source_path}/../include/vpx/vp9cx.h ] && CODECS="${CODECS} vp9_encoder"
218 [ -f ${source_path}/../include/vpx/vp9dx.h ] && CODECS="${CODECS} vp9_decoder"
219 [ -f ${source_path}/../include/vpx/vp8cx.h ] || disable_feature vp8_encoder
220 [ -f ${source_path}/../include/vpx/vp8dx.h ] || disable_feature vp8_decoder
221 [ -f ${source_path}/../include/vpx/vp9cx.h ] || disable_feature vp9_encoder
222 [ -f ${source_path}/../include/vpx/vp9dx.h ] || disable_feature vp9_decoder
224 [ -f ${source_path}/../lib/*/*mt.lib ] && soft_enable static_msvcrt
470 if [ -f "${source_path}/build/make/version.sh" ]; then
471 local ver=`"$source_path/build/make/version.sh" --bare $source_path`
584 check_header vpx/vpx_integer.h -I${source_path} && enable_feature vpx_ports
687 gen_vcproj_cmd=${source_path}/build/make/gen_msvs_proj.sh
691 gen_vcproj_cmd=${source_path}/build/make/gen_msvs_vcxproj.sh