mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Android File Log
This commit is contained in:
parent
bd02acb5a0
commit
84cdbe41dc
8 changed files with 270 additions and 107 deletions
|
@ -5,6 +5,8 @@ set(CMAKE_CXX_STANDARD 14)
|
|||
|
||||
add_library(chiaki-jni SHARED
|
||||
src/main/cpp/chiaki-jni.c
|
||||
src/main/cpp/log.h
|
||||
src/main/cpp/log.c
|
||||
src/main/cpp/video-decoder.h
|
||||
src/main/cpp/video-decoder.c
|
||||
src/main/cpp/audio-decoder.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue