OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_version
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/
generate_config.sh
125
# Generate
vpx_version
.h
126
$BASE_DIR/$LIBVPX_SRC_DIR/build/make/version.sh "$BASE_DIR/$LIBVPX_SRC_DIR"
vpx_version
.h
128
cp vpx_config.*
vpx_version
.h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1
130
rm -rf vpx_config.*
vpx_version
.h
/external/libvpx/libvpx/test/
tools_common.sh
76
vpx_version
=$(awk -F -g '/VERSION_STRING/ {print $NF}' "${vpx_config_mk}")
78
# 1. The default case: $
vpx_version
is a git hash, so echo it unchanged.
81
# In this case $
vpx_version
is something like 'VERSION_STRING=v1.3.0', so
83
echo "${
vpx_version
##*=}"
/external/libvpx/libvpx/
libs.mk
374
$(shell $(SRC_PATH_BARE)/build/make/version.sh "$(SRC_PATH_BARE)" $(BUILD_PFX)
vpx_version
.h)
375
CLEAN-OBJS += $(BUILD_PFX)
vpx_version
.h
Completed in 286 milliseconds