mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Implement Frame Processor
This commit is contained in:
parent
defa6d54df
commit
8876b591bc
10 changed files with 432 additions and 68 deletions
|
@ -19,7 +19,8 @@ set(HEADER_FILES
|
|||
include/chiaki/audio.h
|
||||
include/chiaki/audioreceiver.h
|
||||
include/chiaki/video.h
|
||||
include/chiaki/videoreceiver.h)
|
||||
include/chiaki/videoreceiver.h
|
||||
include/chiaki/frameprocessor.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -42,7 +43,8 @@ set(SOURCE_FILES
|
|||
src/gkcrypt.c
|
||||
src/audio.c
|
||||
src/audioreceiver.c
|
||||
src/videoreceiver.c)
|
||||
src/videoreceiver.c
|
||||
src/frameprocessor.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue