summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/x_arithmetic.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2012-10-07 15:04:24 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2012-10-07 15:04:24 +0200
commit71778bd21ee57d105a58fa93d7a295c5dc0e3b5c (patch)
tree2b9ff51b2b01cda85447da92d694cdd4afd4a38e /apps/plugins/pdbox/PDa/src/x_arithmetic.c
parentef4bf8a9f0a0f7ea1b9a0d481e391deda7e60f20 (diff)
downloadrockbox-71778bd21ee57d105a58fa93d7a295c5dc0e3b5c.tar.gz
rockbox-71778bd21ee57d105a58fa93d7a295c5dc0e3b5c.zip
pdbox: Always use fixedpoint version of math functions
Change-Id: Ie5671d8f425804c9cf3265bad86eadadaf73ea1c
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/x_arithmetic.c')
-rw-r--r--apps/plugins/pdbox/PDa/src/x_arithmetic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/PDa/src/x_arithmetic.c b/apps/plugins/pdbox/PDa/src/x_arithmetic.c
index c3930b1fe8..3512480d05 100644
--- a/apps/plugins/pdbox/PDa/src/x_arithmetic.c
+++ b/apps/plugins/pdbox/PDa/src/x_arithmetic.c
@@ -12,7 +12,7 @@ inputs to int and their outputs back to float. */
12#endif 12#endif
13 13
14#include "m_pd.h" 14#include "m_pd.h"
15#include <math.h> 15#include "../../math.h"
16 16
17 17
18/* MSW and OSX don't appear to have single-precision ANSI math */ 18/* MSW and OSX don't appear to have single-precision ANSI math */