Skip to content

Commit 67a0c60

Browse files
rohitjoinsmarcbaechinger
authored andcommitted
Update AV1 decoder README with CMake installation and build details
#cherrypick PiperOrigin-RevId: 830946486 (cherry picked from commit fa58230)
1 parent dafcf24 commit 67a0c60

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libraries/decoder_av1/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,20 @@ cd "${AV1_MODULE_PATH}/jni" && \
6868
"${HOST_PLATFORM}"
6969
```
7070

71+
* [Install CMake][]
72+
73+
Having followed these steps, gradle will build the module automatically when run
74+
on the command line or via Android Studio, using [CMake][] and [Ninja][] to
75+
configure and build the module's [JNI wrapper library][].
76+
7177
[top level README]: ../../README.md
7278
[Android NDK]: https://developer.android.com/tools/sdk/ndk/index.html
7379
[Meson]: https://mesonbuild.com/
7480
[Ninja]: https://ninja-build.org/
7581
[nasm]: https://nasm.us/
82+
[Install CMake]: https://developer.android.com/studio/projects/install-ndk
83+
[CMake]: https://cmake.org/
84+
[JNI wrapper library]: src/main/jni/dav1d_jni.cc
7685

7786
## Build instructions (Windows)
7887

0 commit comments

Comments
 (0)