mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
add --enable-fastscan configure option
The #define in src/gui/scan_setup.h did not work (undefining ENABLE_FASTSCAN caused really strange side effects wrt background scanning in standby mode), and all the unused code was still built. With this configure option, people who really want this obscure feature can enable it for their builds.
This commit is contained in:
@@ -42,8 +42,6 @@
|
||||
|
||||
#define scansettings CNeutrinoApp::getInstance()->getScanSettings()
|
||||
|
||||
//#define ENABLE_FASTSCAN //don't define this to remove fast scan menu
|
||||
|
||||
class CScanSetup : public CMenuTarget, public CChangeObserver
|
||||
{
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user