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
|
#if HAVE_COOL_HARDWARE
|
||||||
#include <dmx_cs.h>
|
#include <dmx_cs.h>
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
|
#if USE_STB_HAL
|
||||||
#include <dmx_td.h>
|
#include <dmx_hal.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <zapit/types.h>
|
#include <zapit/types.h>
|
||||||
|
@@ -1,11 +1,9 @@
|
|||||||
#if HAVE_COOL_HARDWARE
|
#if HAVE_COOL_HARDWARE
|
||||||
#include <dmx_cs.h>
|
#include <dmx_cs.h>
|
||||||
#elif USE_STB_HAL
|
#elif USE_STB_HAL
|
||||||
#include <dmx_td.h>
|
#include <dmx_hal.h>
|
||||||
#elif HAVE_TRIPLEDRAGON
|
|
||||||
#include <dmx_td.h>
|
|
||||||
#else
|
#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?
|
#error do you need to include config.h?
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -30,9 +30,6 @@
|
|||||||
#include <zapit/debug.h>
|
#include <zapit/debug.h>
|
||||||
|
|
||||||
#include <ca_cs.h>
|
#include <ca_cs.h>
|
||||||
#ifndef HAVE_COOL_HARDWARE
|
|
||||||
#include <dmx_td.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <dvbsi++/program_map_section.h>
|
#include <dvbsi++/program_map_section.h>
|
||||||
#include <dvbsi++/ca_program_map_section.h>
|
#include <dvbsi++/ca_program_map_section.h>
|
||||||
|
Reference in New Issue
Block a user