mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
driver/rcinput.h: try to fix libcs headers
This commit is contained in:
@@ -38,12 +38,16 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#ifdef BOXMODEL_APOLLO
|
||||||
#ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H
|
#ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H
|
||||||
#include <coolstream/cs_ir_generic.h>
|
#include <cs_ir_generic.h>
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
||||||
#include <nevis_ir.h>
|
#include <nevis_ir.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef KEY_OK
|
#ifndef KEY_OK
|
||||||
#define KEY_OK 0x160
|
#define KEY_OK 0x160
|
||||||
|
Reference in New Issue
Block a user