mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
introduce hdmi_cec to driver
Conflicts: data/locale/deutsch.locale src/driver/Makefile.am src/neutrino.cpp src/system/locals.h src/system/locals_intern.h
This commit is contained in:
@@ -108,6 +108,11 @@ NEUTRINO_CPP CRadioText *g_Radiotext;
|
||||
class CRadioTextGUI;
|
||||
NEUTRINO_CPP CRadioTextGUI *g_RadiotextWin;
|
||||
|
||||
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||
class hdmi_cec;
|
||||
NEUTRINO_CPP hdmi_cec *g_hdmicec;
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_GUI_MOUNT
|
||||
#define ENABLE_GUI_MOUNT
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user