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:
vanhofen
2020-09-03 22:07:12 +02:00
parent 4d45d0a06a
commit bfaa815410
34 changed files with 75 additions and 75 deletions

View File

@@ -128,7 +128,7 @@ CFrameBuffer* CFrameBuffer::getInstance()
#if HAVE_SPARK_HARDWARE
frameBuffer = new CFbAccelSTi();
#endif
#if HAVE_COOL_HARDWARE
#if HAVE_CST_HARDWARE
#ifdef BOXMODEL_CS_HD1
frameBuffer = new CFbAccelCSHD1();
#endif
@@ -1574,7 +1574,7 @@ bool CFrameBuffer::showFrame(const std::string & filename, int fallback_mode)
{
if (videoDecoder)
{
#if HAVE_COOL_HARDWARE //FIXME: inside libcs no return value available
#if HAVE_CST_HARDWARE //FIXME: inside libcs no return value available
videoDecoder->ShowPicture(picture.c_str());
ret = true;
#else