mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Fix Android Audio hard
This commit is contained in:
parent
ab0f065de6
commit
01f746ec35
5 changed files with 284 additions and 73 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_library(chiaki-jni SHARED
|
||||
src/main/cpp/chiaki-jni.c
|
||||
src/main/cpp/video-decoder.h
|
||||
|
@ -8,7 +10,8 @@ add_library(chiaki-jni SHARED
|
|||
src/main/cpp/audio-decoder.h
|
||||
src/main/cpp/audio-decoder.c
|
||||
src/main/cpp/audio-output.h
|
||||
src/main/cpp/audio-output.cpp)
|
||||
src/main/cpp/audio-output.cpp
|
||||
src/main/cpp/circular-fifo.hpp)
|
||||
target_link_libraries(chiaki-jni chiaki-lib)
|
||||
|
||||
find_library(ANDROID_LIB_LOG log)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue