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
2cc044de
authored
Jan 04, 2018
by
Alex Cohn
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
minimal fix to support NDK r16
parent
d9bee4d2
Hide 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 @
2cc044de
...
...
@@ -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.
Only versions up to NDK 15c are supported currently (see
[
#3520
][]
).
```
NDK_PATH="<path to Android NDK>"
```
...
...
extensions/vp9/src/main/jni/generate_libvpx_android_configs.sh
View file @
2cc044de
...
...
@@ -102,7 +102,7 @@ for i in $(seq 0 ${limit}); do
# configure and make
echo
"build_android_configs: "
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
for
f
in
${
allowed_files
}
;
do
# 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