mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- introduce record.h compatibility header file
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
8
lib/hardware/record.h
Normal file
8
lib/hardware/record.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <record_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#include <record_hal.h>
|
||||
#else
|
||||
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
@@ -32,12 +32,7 @@
|
||||
#include <neutrinoMessages.h>
|
||||
#include <driver/movieinfo.h>
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <record_cs.h>
|
||||
#endif
|
||||
#if USE_STB_HAL
|
||||
#include <record_hal.h>
|
||||
#endif
|
||||
#include <hardware/record.h>
|
||||
|
||||
#include <OpenThreads/Mutex>
|
||||
#include <OpenThreads/Thread>
|
||||
|
Reference in New Issue
Block a user