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
1093aaf1
authored
Nov 29, 2018
by
andrewlewis
Committed by
Andrew Lewis
Nov 29, 2018
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Specify a version for the FFmpeg dependency
Issue: #5154 PiperOrigin-RevId: 223314749
parent
59cf8c1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
extensions/ffmpeg/README.md
extensions/ffmpeg/README.md
View file @
1093aaf1
...
...
@@ -46,7 +46,7 @@ HOST_PLATFORM="linux-x86_64"
be supported. See the
[
Supported formats
][]
page for more details of the
available flags.
For example, to fetch and build for armeabi-v7a,
For example, to fetch and build
FFmpeg release 4.0
for armeabi-v7a,
arm64-v8a and x86 on Linux x86_64:
```
...
...
@@ -71,7 +71,7 @@ COMMON_OPTIONS="\
" && \
cd "${FFMPEG_EXT_PATH}/jni" && \
(git -C ffmpeg pull || git clone git://source.ffmpeg.org/ffmpeg ffmpeg) && \
cd ffmpeg && \
cd ffmpeg &&
git checkout release/4.0 &&
\
./configure \
--libdir=android-libs/armeabi-v7a \
--arch=arm \
...
...
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