mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove TODO in ffmpeg extension README.md.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139453745
This commit is contained in:
parent
f57434006f
commit
1a62dad980
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ FFMPEG_EXT_PATH="${EXOPLAYER_ROOT}/extensions/ffmpeg/src/main"
|
||||||
NDK_PATH="<path to Android NDK>"
|
NDK_PATH="<path to Android NDK>"
|
||||||
```
|
```
|
||||||
|
|
||||||
* Fetch and build ffmpeg.
|
* Fetch and build FFmpeg.
|
||||||
|
|
||||||
For example, to fetch and build for armv7a:
|
For example, to fetch and build for armv7a:
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ cd "${FFMPEG_EXT_PATH}"/jni && \
|
||||||
${NDK_PATH}/ndk-build APP_ABI=armeabi-v7a -j4
|
${NDK_PATH}/ndk-build APP_ABI=armeabi-v7a -j4
|
||||||
```
|
```
|
||||||
|
|
||||||
TODO: Add instructions for other ABIs.
|
Repeat these steps for any other architectures you need to support.
|
||||||
|
|
||||||
* In your project, you can add a dependency on the extension by using a rule
|
* In your project, you can add a dependency on the extension by using a rule
|
||||||
like this:
|
like this:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue