- add hd51; mostly ported from TangoCash's neutrino-mp

This commit is contained in:
vanhofen
2017-10-05 12:52:53 +02:00
committed by Thilo Graf
parent 4f8b891d26
commit 6fe5d269af
30 changed files with 2528 additions and 227 deletions

View File

@@ -14,7 +14,12 @@
#include <gui/volumebar.h>
#include <gui/osd_helpers.h>
#if HAVE_COOL_HARDWARE
#include <video_cs.h>
#endif
#if USE_STB_HAL
#include <video_hal.h>
#endif
extern CInfoClock *InfoClock;
extern CTimeOSD *FileTimeOSD;