summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/test_codec.c2
-rw-r--r--apps/plugins/test_fps.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 8c3c88f..50d3fc9 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -814,6 +814,7 @@ void cleanup(void)
{
rb->screens[0]->set_viewport(NULL);
}
+#endif
static struct touchbutton button[] = {
@@ -823,7 +824,6 @@ static struct touchbutton button[] = {
/* viewport runtime initialized, rest false/NULL */
}
};
-#endif
void plugin_quit(void)
{
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c
index 75289a1..caabde4 100644
--- a/apps/plugins/test_fps.c
+++ b/apps/plugins/test_fps.c
@@ -358,6 +358,7 @@ static void time_greyscale(void)
log_text("CPU load err (boost?)");
}
}
+#endif
static struct touchbutton button[] = {
{
@@ -366,7 +367,6 @@ static struct touchbutton button[] = {
/* viewport runtime initialized, rest false/NULL */
}
};
-#endif
void plugin_quit(void)
{