summaryrefslogtreecommitdiff
path: root/apps/recorder/peakmeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/peakmeter.c')
-rw-r--r--apps/recorder/peakmeter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c
index 25e8ec47a8..f06b19ab2d 100644
--- a/apps/recorder/peakmeter.c
+++ b/apps/recorder/peakmeter.c
@@ -34,7 +34,7 @@
34#include "peakmeter.h" 34#include "peakmeter.h"
35#include "audio.h" 35#include "audio.h"
36#include "screen_access.h" 36#include "screen_access.h"
37#if CONFIG_BACKLIGHT 37#ifdef HAVE_BACKLIGHT
38#include "backlight.h" 38#include "backlight.h"
39#endif 39#endif
40#include "action.h" 40#include "action.h"
@@ -1008,7 +1008,7 @@ void peak_meter_draw(struct screen *display, struct meter_scales *scales,
1008 1008
1009#ifdef HAVE_RECORDING 1009#ifdef HAVE_RECORDING
1010 1010
1011#if CONFIG_BACKLIGHT 1011#ifdef HAVE_BACKLIGHT
1012 /* cliplight */ 1012 /* cliplight */
1013 if ((pm_clip_left || pm_clip_right) && 1013 if ((pm_clip_left || pm_clip_right) &&
1014 global_settings.cliplight && 1014 global_settings.cliplight &&
@@ -1032,7 +1032,7 @@ void peak_meter_draw(struct screen *display, struct meter_scales *scales,
1032 } 1032 }
1033#endif /* HAVE_REMOTE_LCD */ 1033#endif /* HAVE_REMOTE_LCD */
1034 } 1034 }
1035#endif /* CONFIG_BACKLIGHT */ 1035#endif /* HAVE_BACKLIGHT */
1036 1036
1037 if (trig_status != TRIG_OFF) { 1037 if (trig_status != TRIG_OFF) {
1038 int start_trigx, stop_trigx, ycenter; 1038 int start_trigx, stop_trigx, ycenter;