1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/libs/libmpcdec/patches/100-fixed_point.patch
Felix Fietkau ee8c54cb88 fix libmpcdec fixed point math (#4715)
SVN-Revision: 16239
2009-05-31 23:02:15 +00:00

12 lines
216 B
Diff

--- a/include/mpcdec/math.h
+++ b/include/mpcdec/math.h
@@ -38,7 +38,7 @@
#ifndef _mpcdec_math_h_
#define _mpcdec_math_h_
-//#define MPC_FIXED_POINT
+#define MPC_FIXED_POINT
#define MPC_FIXED_POINT_SHIFT 16