mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Stub Android Video Decoder
This commit is contained in:
parent
ad7f46d783
commit
7dc132eecb
4 changed files with 111 additions and 6 deletions
|
@ -1,7 +1,10 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
add_library(chiaki-jni SHARED src/main/cpp/chiaki-jni.c)
|
||||
add_library(chiaki-jni SHARED
|
||||
src/main/cpp/chiaki-jni.c
|
||||
src/main/cpp/video-decoder.h
|
||||
src/main/cpp/video-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