mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add ChiakiStopPipe
This commit is contained in:
parent
76bafc25c2
commit
f27639931c
5 changed files with 148 additions and 50 deletions
|
@ -23,7 +23,8 @@ set(HEADER_FILES
|
|||
include/chiaki/frameprocessor.h
|
||||
include/chiaki/seqnum.h
|
||||
include/chiaki/discovery.h
|
||||
include/chiaki/congestioncontrol.h)
|
||||
include/chiaki/congestioncontrol.h
|
||||
include/chiaki/stoppipe.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -49,7 +50,8 @@ set(SOURCE_FILES
|
|||
src/videoreceiver.c
|
||||
src/frameprocessor.c
|
||||
src/discovery.c
|
||||
src/congestioncontrol.c)
|
||||
src/congestioncontrol.c
|
||||
src/stoppipe.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue