mirror of
https://github.com/androidx/media.git
synced 2025-05-21 23:56:32 +08: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
@ -31,7 +31,7 @@ FFMPEG_EXT_PATH="${EXOPLAYER_ROOT}/extensions/ffmpeg/src/main"
|
||||
NDK_PATH="<path to Android NDK>"
|
||||
```
|
||||
|
||||
* Fetch and build ffmpeg.
|
||||
* Fetch and build FFmpeg.
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
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
|
||||
like this:
|
||||
|
Loading…
x
Reference in New Issue
Block a user