diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index fc70b5f00..cafb07d9b 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -309,7 +309,11 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey) } if (actionKey == "fastdiseqc") { printf("[neutrino] CScanSetup::%s: showFastscanDiseqcSetup()\n", __FUNCTION__); +#ifdef ENABLE_FASTSCAN return showFastscanDiseqcSetup(); +#else + return res; +#endif } std::string scants_key[] = {"all", "manual", "test", "fast", "auto"/*doesn't exists in CScanTs!*/};