mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53612d7225
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)
Origin message was:
------------------
- introduce record.h compatibility header file
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
9 lines
200 B
C
9 lines
200 B
C
#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
|