File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments