summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/extra/lowpass.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/extra/lowpass.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/extra/lowpass.c')
-rw-r--r--apps/plugins/pdbox/PDa/extra/lowpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/PDa/extra/lowpass.c b/apps/plugins/pdbox/PDa/extra/lowpass.c
index e88f00bb84..3c2bbb01d8 100644
--- a/apps/plugins/pdbox/PDa/extra/lowpass.c
+++ b/apps/plugins/pdbox/PDa/extra/lowpass.c
@@ -14,7 +14,7 @@
14#include "plugin.h" 14#include "plugin.h"
15#include "../../pdbox.h" 15#include "../../pdbox.h"
16#include "../src/m_pd.h" 16#include "../src/m_pd.h"
17#include "math.h" 17#include "../../math.h"
18#include "filters.h" 18#include "filters.h"
19#else /* ROCKBOX */ 19#else /* ROCKBOX */
20#include "../src/m_pd.h" 20#include "../src/m_pd.h"