mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
8 lines
192 B
C
8 lines
192 B
C
#if HAVE_TRIPLEDRAGON
|
|
#include "../libtriple/dmx_td.h"
|
|
#elif HAVE_SPARK_HARDWARE
|
|
#include "../libspark/dmx_lib.h"
|
|
#else
|
|
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
|
|
#endif
|