summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libmad/fixed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmad/fixed.h b/apps/codecs/libmad/fixed.h
index 7ccf1cb4ed..9d181a0c4e 100644
--- a/apps/codecs/libmad/fixed.h
+++ b/apps/codecs/libmad/fixed.h
@@ -439,7 +439,7 @@ mad_fixed_t mad_f_mul_inline(mad_fixed_t x, mad_fixed_t y)
439 hi; \ 439 hi; \
440}) 440})
441/* Define dummy mad_f_scale64 to prevent libmad from defining MAD_F_SCALEBITS 441/* Define dummy mad_f_scale64 to prevent libmad from defining MAD_F_SCALEBITS
442 below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.h 442 below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.c
443 */ 443 */
444#define mad_f_scale64(hi, lo) (lo) 444#define mad_f_scale64(hi, lo) (lo)
445 445