mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
move playback.h compatibility header file to the other ones
Origin commit data
------------------
Branch: ni/coolstream
Commit: b87b7d3c49
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)
Origin message was:
------------------
- move playback.h compatibility header file to the other ones
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include "playback_cs.h"
|
@@ -1 +0,0 @@
|
||||
#include "playback_cs.h"
|
8
lib/hardware/playback.h
Normal file
8
lib/hardware/playback.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <playback_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#include <playback_hal.h>
|
||||
#else
|
||||
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
Reference in New Issue
Block a user