Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c19046a7
Commit
c19046a7
authored
Jun 17, 2014
by
Tom Finegan
Committed by
Gerrit Code Review
Jun 17, 2014
Browse files
Merge "iosbuild.sh: Add missing function comments."
parents
73e4e8b2
66bacc02
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/iosbuild.sh
View file @
c19046a7
...
...
@@ -31,6 +31,8 @@ TARGETS="armv6-darwin-gcc
x86-iphonesimulator-gcc
x86_64-iphonesimulator-gcc"
# Configures for the target specified by $1, and invokes make with the dist
# target using $DIST_DIR as the distribution output directory.
build_target
()
{
local
target
=
"
$1
"
local
old_pwd
=
"
$(
pwd
)
"
...
...
@@ -48,6 +50,8 @@ build_target() {
vlog
"***Done building target:
${
target
}
***"
}
# Configures and builds each target specified by $1, and then builds
# VPX.framework.
build_targets
()
{
local
lib_list
=
""
local
targets
=
"
$1
"
...
...
@@ -89,6 +93,8 @@ build_targets() {
# VPX.framework/VPX via lipo -info.
}
# Trap function. Cleans up the subtree used to build all targets contained in
# $TARGETS.
cleanup
()
{
cd
"
${
ORIG_PWD
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment