git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6639 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-06-09 14:27:27 +00:00
parent cc518c5f32
commit 8771bf230a

View file

@ -439,7 +439,7 @@ mad_fixed_t mad_f_mul_inline(mad_fixed_t x, mad_fixed_t y)
hi; \
})
/* Define dummy mad_f_scale64 to prevent libmad from defining MAD_F_SCALEBITS
below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.h
below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.c
*/
#define mad_f_scale64(hi, lo) (lo)