Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
35a744a5
authored
Sep 01, 2015
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Use perl for in-place substitution.
parent
96734144
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
extensions/opus/src/main/jni/convert_android_asm.sh
extensions/opus/src/main/jni/convert_android_asm.sh
View file @
35a744a5
...
@@ -31,7 +31,7 @@ while read file; do
...
@@ -31,7 +31,7 @@ while read file; do
${
ASM_CONVERTER
}
"
${
file
}
"
>
"
${
gnu_file
}
"
${
ASM_CONVERTER
}
"
${
file
}
"
>
"
${
gnu_file
}
"
# The ASM conversion script replaces includes with *_gnu.S. So, replace
# The ASM conversion script replaces includes with *_gnu.S. So, replace
# occurences of "*-gnu.S" with "*_gnu.s".
# occurences of "*-gnu.S" with "*_gnu.s".
sed
-i
"s/-gnu
\.
S/_gnu
\.
s/g"
"
${
gnu_file
}
"
perl
-pi
-e
"s/-gnu
\.
S/_gnu
\.
s/g"
"
${
gnu_file
}
"
rm
-f
"
${
file
}
"
rm
-f
"
${
file
}
"
fi
fi
done
< <
(
find
.
-iname
'*.s'
)
done
< <
(
find
.
-iname
'*.s'
)
...
...
Write
Preview
Markdown
is supported
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