# HG changeset patch # User vitor # Date 1277325817 0 # Node ID f881e8f699f445fd33d084b108b737ca82f7f718 # Parent c893817d616646fe853d1fe3b6c9bf425a2a469f Remove pointless condition in #if diff -r c893817d6166 -r f881e8f699f4 mpegaudiodec.c --- a/mpegaudiodec.c Wed Jun 23 19:32:02 2010 +0000 +++ b/mpegaudiodec.c Wed Jun 23 20:43:37 2010 +0000 @@ -932,7 +932,7 @@ offset = *synth_buf_offset; synth_buf = synth_buf_ptr + offset; -#if FRAC_BITS <= 15 && !CONFIG_FLOAT +#if FRAC_BITS <= 15 dct32(tmp, sb_samples); for(j=0;j<32;j++) { /* NOTE: can cause a loss in precision if very high amplitude