Skip to content
GitLab
Menu
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
4109b8e5
Commit
4109b8e5
authored
Jul 17, 2014
by
James Zern
Committed by
Gerrit Code Review
Jul 17, 2014
Browse files
Merge "iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol"
parents
ac638125
4fae9264
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/iosbuild.sh
View file @
4109b8e5
...
@@ -111,6 +111,7 @@ create_vpx_framework_config_shim() {
...
@@ -111,6 +111,7 @@ create_vpx_framework_config_shim() {
for
target
in
${
targets
}
;
do
for
target
in
${
targets
}
;
do
preproc_symbol
=
$(
target_to_preproc_symbol
"
${
target
}
"
)
preproc_symbol
=
$(
target_to_preproc_symbol
"
${
target
}
"
)
printf
"
${
preproc_symbol
}
\n
"
>>
"
${
config_file
}
"
printf
"
${
preproc_symbol
}
\n
"
>>
"
${
config_file
}
"
printf
"#define VPX_FRAMEWORK_TARGET
\"
${
target
}
\"\n
"
>>
"
${
config_file
}
"
printf
"#include
\"
VPX/vpx/
${
target
}
/vpx_config.h
\"\n
"
>>
"
${
config_file
}
"
printf
"#include
\"
VPX/vpx/
${
target
}
/vpx_config.h
\"\n
"
>>
"
${
config_file
}
"
printf
"#elif defined"
>>
"
${
config_file
}
"
printf
"#elif defined"
>>
"
${
config_file
}
"
mkdir
"
${
HEADER_DIR
}
/
${
target
}
"
mkdir
"
${
HEADER_DIR
}
/
${
target
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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