diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 2 | ||||
| -rw-r--r-- | apps/plugins/test_codec.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 7afd973..4d7434d 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -217,7 +217,7 @@ superdom.c -#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ +#if 1//#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ #ifdef HAVE_ADJUSTABLE_CPU_FREQ test_boost.c #endif diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 9b00fdb..56aedda 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -883,8 +883,7 @@ menu: boost_settings, 2, NULL); goto menu; } - if(boost) - rb->cpu_boost(true); + rb->cpu_boost(boost ? true: false); #endif if (result == QUIT) |