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
96b7daa9
authored
Jan 15, 2018
by
ojw28
Committed by
GitHub
Jan 15, 2018
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #3667 from alexcohn/ndk-r16-support
minimal fix to support NDK r16
parents
f20c158a
2cc044de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
extensions/vp9/README.md
extensions/vp9/src/main/jni/generate_libvpx_android_configs.sh
extensions/vp9/README.md
View file @
96b7daa9
...
@@ -29,8 +29,6 @@ VP9_EXT_PATH="${EXOPLAYER_ROOT}/extensions/vp9/src/main"
...
@@ -29,8 +29,6 @@ VP9_EXT_PATH="${EXOPLAYER_ROOT}/extensions/vp9/src/main"
```
```
*
Download the
[
Android NDK
][]
and set its location in an environment variable.
*
Download the
[
Android NDK
][]
and set its location in an environment variable.
Only versions up to NDK 15c are supported currently (see
[
#3520
][]
).
```
```
NDK_PATH="<path to Android NDK>"
NDK_PATH="<path to Android NDK>"
```
```
...
...
extensions/vp9/src/main/jni/generate_libvpx_android_configs.sh
View file @
96b7daa9
...
@@ -102,7 +102,7 @@ for i in $(seq 0 ${limit}); do
...
@@ -102,7 +102,7 @@ for i in $(seq 0 ${limit}); do
# configure and make
# configure and make
echo
"build_android_configs: "
echo
"build_android_configs: "
echo
"configure
${
config
[
${
i
}
]
}
${
common_params
}
"
echo
"configure
${
config
[
${
i
}
]
}
${
common_params
}
"
../../libvpx/configure
${
config
[
${
i
}
]
}
${
common_params
}
../../libvpx/configure
${
config
[
${
i
}
]
}
${
common_params
}
--extra-cflags
=
"-isystem
$ndk
/sysroot/usr/include/arm-linux-androideabi -isystem
$ndk
/sysroot/usr/include"
rm
-f
libvpx_srcs.txt
rm
-f
libvpx_srcs.txt
for
f
in
${
allowed_files
}
;
do
for
f
in
${
allowed_files
}
;
do
# the build system supports multiple different configurations. avoid
# the build system supports multiple different configurations. avoid
...
...
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