mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
scan_setup: fix build without ENABLE_FASTSCAN
Origin commit data
------------------
Branch: ni/coolstream
Commit: 94eee5fe49
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -311,7 +311,11 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
}
|
}
|
||||||
if (actionKey == "fastdiseqc") {
|
if (actionKey == "fastdiseqc") {
|
||||||
printf("[neutrino] CScanSetup::%s: showFastscanDiseqcSetup()\n", __FUNCTION__);
|
printf("[neutrino] CScanSetup::%s: showFastscanDiseqcSetup()\n", __FUNCTION__);
|
||||||
|
#ifdef ENABLE_FASTSCAN
|
||||||
return showFastscanDiseqcSetup();
|
return showFastscanDiseqcSetup();
|
||||||
|
#else
|
||||||
|
return res;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
std::string scants_key[] = {"all", "manual", "test", "fast", "auto"/*doesn't exists in CScanTs!*/};
|
std::string scants_key[] = {"all", "manual", "test", "fast", "auto"/*doesn't exists in CScanTs!*/};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user