summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index 9e8c153cc4..922ec23bb6 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -261,6 +261,7 @@ static bool mpeg_set_option(const char* string,
261 return usb; 261 return usb;
262} 262}
263 263
264#ifdef HAVE_BACKLIGHT_BRIGHTNESS /* Only used for this atm */
264static bool mpeg_set_int(const char *string, const char *unit, 265static bool mpeg_set_int(const char *string, const char *unit,
265 int voice_unit, const int *variable, 266 int voice_unit, const int *variable,
266 void (*function)(int), int step, 267 void (*function)(int), int step,
@@ -278,6 +279,7 @@ static bool mpeg_set_int(const char *string, const char *unit,
278 279
279 return usb; 280 return usb;
280} 281}
282#endif /* HAVE_BACKLIGHT_BRIGHNTESS */
281 283
282#ifdef HAVE_BACKLIGHT_BRIGHTNESS 284#ifdef HAVE_BACKLIGHT_BRIGHTNESS
283void mpeg_backlight_update_brightness(int value) 285void mpeg_backlight_update_brightness(int value)