Add Android File Log

This commit is contained in:
Florian Märkl 2019-10-30 15:19:55 +01:00
commit 84cdbe41dc
8 changed files with 270 additions and 107 deletions

View file

@ -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