mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
spark: fix build by using correct includes
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <record_cs.h>
|
||||
#include <driver/vfd.h>
|
||||
#endif
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
|
||||
#include <record_td.h>
|
||||
#include <driver/lcdd.h>
|
||||
#endif
|
||||
|
@@ -226,7 +226,7 @@ CNeutrinoApp::CNeutrinoApp()
|
||||
|
||||
frameBuffer = CFrameBuffer::getInstance();
|
||||
frameBuffer->setIconBasePath(DATADIR "/neutrino/icons/");
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
|
||||
/* this needs to happen before the framebuffer is set up */
|
||||
init_td_api();
|
||||
// shutdown_td_api();
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <dmx_cs.h>
|
||||
#endif
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
|
||||
#include <dmx_td.h>
|
||||
#endif
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <audio_cs.h>
|
||||
#endif
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
|
||||
#include <audio_td.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user