mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 524913f4ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Origin message was:
------------------
- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
#include <audio_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#include <audio_hal.h>
|
||||
#else
|
||||
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
|
||||
#error neither HAVE_CST_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
#include <ca_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#include <ca_hal.h>
|
||||
#else
|
||||
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
|
||||
#error neither HAVE_CST_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
#include <dmx_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#include <dmx_hal.h>
|
||||
#else
|
||||
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
|
||||
#error neither HAVE_CST_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_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 neither HAVE_CST_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_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 neither HAVE_CST_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
@@ -1,10 +1,10 @@
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
#include <cs_api.h>
|
||||
#include <video_cs.h>
|
||||
#elif USE_STB_HAL
|
||||
#include <init.h>
|
||||
#include <video_hal.h>
|
||||
#else
|
||||
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
|
||||
#error neither HAVE_CST_HARDWARE nor USE_STB_HAL defined.
|
||||
#error do you need to include config.h?
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user