mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 16:33:42 +02:00
get rid of dmx_td.h include, use dmx_hal.h instead
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <dmx_cs.h>
|
||||
#endif
|
||||
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
|
||||
#include <dmx_td.h>
|
||||
#if USE_STB_HAL
|
||||
#include <dmx_hal.h>
|
||||
#endif
|
||||
|
||||
#include <zapit/types.h>
|
||||
|
@@ -1,11 +1,9 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <dmx_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#include <dmx_td.h>
|
||||
#elif HAVE_TRIPLEDRAGON
|
||||
#include <dmx_td.h>
|
||||
#include <dmx_hal.h>
|
||||
#else
|
||||
#error neither HAVE_COOL_HARDWARE nor HAVE_TRIPLEDRAGON nor USE_STB_HAL defined.
|
||||
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
||||
|
@@ -30,9 +30,6 @@
|
||||
#include <zapit/debug.h>
|
||||
|
||||
#include <ca_cs.h>
|
||||
#ifndef HAVE_COOL_HARDWARE
|
||||
#include <dmx_td.h>
|
||||
#endif
|
||||
|
||||
#include <dvbsi++/program_map_section.h>
|
||||
#include <dvbsi++/ca_program_map_section.h>
|
||||
|
Reference in New Issue
Block a user