mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
scan_setup: fix build without ENABLE_FASTSCAN
This commit is contained in:
committed by
svenhoefer
parent
da7f3b9cb1
commit
b53c1d1bd6
@@ -309,7 +309,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