mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Orientation Tracker
This commit is contained in:
parent
88c03aa744
commit
32e1539c22
6 changed files with 182 additions and 8 deletions
|
@ -35,7 +35,8 @@ set(HEADER_FILES
|
|||
include/chiaki/time.h
|
||||
include/chiaki/fec.h
|
||||
include/chiaki/regist.h
|
||||
include/chiaki/opusdecoder.h)
|
||||
include/chiaki/opusdecoder.h
|
||||
include/chiaki/orientation.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -73,7 +74,8 @@ set(SOURCE_FILES
|
|||
src/time.c
|
||||
src/fec
|
||||
src/regist.c
|
||||
src/opusdecoder.c)
|
||||
src/opusdecoder.c
|
||||
src/orientation.c)
|
||||
|
||||
if(CHIAKI_ENABLE_FFMPEG_DECODER)
|
||||
list(APPEND HEADER_FILES include/chiaki/ffmpegdecoder.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue