- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE

Conflicts:
	src/driver/rcinput.cpp
	src/gui/info_menue.cpp
	src/gui/mediaplayer.cpp
	src/gui/movieplayer.cpp
	src/zapit/src/frontend.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-09-03 22:07:12 +02:00
committed by Thilo Graf
parent 67650751ac
commit d29c98d7d5
34 changed files with 119 additions and 96 deletions

View File

@@ -281,7 +281,7 @@ int CLuaInstMisc::GetRevision(lua_State *L)
if (!D) return 0; */
unsigned int rev = 0;
std::string hw = "";
#if HAVE_COOL_HARDWARE
#if HAVE_CST_HARDWARE
hw = "Coolstream";
#endif
rev = cs_get_revision();