From ef925134c92c24c84ad0ea299c223081350df888 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Wed, 24 Feb 2010 19:52:39 +0000 Subject: Partially revert svn r24888 that causes build failure on coldfire targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24889 a1c6a512-1295-4272-9138-f99709370657 --- apps/dsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dsp.c b/apps/dsp.c index 9f53676e1c..7292328212 100644 --- a/apps/dsp.c +++ b/apps/dsp.c @@ -218,8 +218,8 @@ static int treble; /* A/V */ /* Settings applicable to audio codec only */ static int32_t pitch_ratio = PITCH_SPEED_100; static int channels_mode; -static long dsp_sw_gain; -static long dsp_sw_cross; + long dsp_sw_gain; + long dsp_sw_cross; static bool dither_enabled; static long eq_precut; static long track_gain; -- cgit