libarmbox: move hdmi_cec to own class, add basic cec-remote support

cec-remote will print received commands in log for now

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
TangoCash
2018-10-07 12:00:41 +02:00
committed by Thilo Graf
parent 2820170776
commit 0621626119
5 changed files with 570 additions and 238 deletions

View File

@@ -20,7 +20,8 @@ libarmbox_la_SOURCES = \
video.cpp \
audio.cpp \
init.cpp \
record.cpp
record.cpp \
hdmi_cec.cpp
if ENABLE_GSTREAMER_10
libarmbox_la_SOURCES += \