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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c
index 900bb6d7c3..c9e92b5762 100644
--- a/apps/recorder/peakmeter.c
+++ b/apps/recorder/peakmeter.c
@@ -58,6 +58,8 @@ static int pm_max_right;
58#if defined(HAVE_AGC) || defined(HAVE_HISTOGRAM) 58#if defined(HAVE_AGC) || defined(HAVE_HISTOGRAM)
59static int pm_peakhold_left; /* max. peak values between peakhold calls */ 59static int pm_peakhold_left; /* max. peak values between peakhold calls */
60static int pm_peakhold_right; /* used for AGC and histogram display */ 60static int pm_peakhold_right; /* used for AGC and histogram display */
61#endif
62#ifdef HAVE_HISTOGRAM
61static long next_histogram_update; 63static long next_histogram_update;
62#endif 64#endif
63 65