mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Android Audio Decoder
This commit is contained in:
parent
6748a94767
commit
6a829d5dfd
6 changed files with 247 additions and 3 deletions
|
@ -4,7 +4,9 @@ cmake_minimum_required(VERSION 3.2)
|
|||
add_library(chiaki-jni SHARED
|
||||
src/main/cpp/chiaki-jni.c
|
||||
src/main/cpp/video-decoder.h
|
||||
src/main/cpp/video-decoder.c)
|
||||
src/main/cpp/video-decoder.c
|
||||
src/main/cpp/audio-decoder.h
|
||||
src/main/cpp/audio-decoder.c)
|
||||
target_link_libraries(chiaki-jni chiaki-lib)
|
||||
|
||||
find_library(ANDROID_LIB_LOG log)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue