neutrino: Rename hardware defined macros for coolstream stb

BOXMODEL_NEVIS => BOXMODEL_CS_HD1
 BOXMODEL_APOLLO => BOXMODEL_CS_HD2


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d66899cbd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-12 (Sun, 12 Feb 2017)

Origin message was:
------------------
neutrino: Rename hardware defined macros for coolstream stb

 BOXMODEL_NEVIS => BOXMODEL_CS_HD1
 BOXMODEL_APOLLO => BOXMODEL_CS_HD2


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-02-12 07:33:01 +01:00
parent e8b36a1d80
commit 3664527019
26 changed files with 83 additions and 83 deletions

View File

@@ -1788,7 +1788,7 @@ void CMoviePlayerGui::addAudioFormat(int count, std::string &apidtitle, bool& en
case 6: /*DTS*/
if (apidtitle.find("DTS") == std::string::npos)
apidtitle.append(" (DTS)");
#ifndef BOXMODEL_APOLLO
#ifndef BOXMODEL_CS_HD2
enabled = false;
#endif
break;