freebsd-ports/audio/libmpcdec/files/patch-src_mpc_decoder.c
Koop Mast f98d2972df Fix the build on 4.x by removing a ^M.
Reported by:	Kent Stewart <kstewart AT owt dot com>
2005-06-03 07:34:45 +00:00

11 lines
335 B
C

--- src/mpc_decoder.c.orig Fri Jun 3 09:29:30 2005
+++ src/mpc_decoder.c Fri Jun 3 09:29:49 2005
@@ -486,7 +486,7 @@
#endif
#else
-#define MPC_MULTIPLY_SCF(CcVal, SCF_idx) \
+#define MPC_MULTIPLY_SCF(CcVal, SCF_idx) \
MPC_MULTIPLY(CcVal, d->SCF[SCF_idx])
#endif
// requantization and scaling of subband-samples