From 4233ce315cf67abac09380ba7f95df07274bf577 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 20 Jun 2010 13:00:24 +0000 Subject: [PATCH] Fix breakage in compilation with --disable-mpegaudio-hp introduced in r23646. Originally committed as revision 23656 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudiodec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index 5b4122f1b2..e6a33fb925 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -926,6 +926,7 @@ void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset, int offset; #if FRAC_BITS <= 15 int32_t tmp[32]; + int j; #endif offset = *synth_buf_offset;