Add ChiakiStopPipe

This commit is contained in:
Florian Märkl 2019-06-14 11:34:14 +02:00
commit f27639931c
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 148 additions and 50 deletions

View file

@ -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}")