summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-04-16 17:47:58 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-04-26 00:11:04 +0200
commit95e23defb085ee1a846ec2d379368485921d5aee (patch)
tree0bdb31f562fef8c7ff5f3f7dba9c54f9c1e84a76 /apps/plugins/plasma.c
parent8829e909b4e756bfb2ad9210eec61d0dc55e1731 (diff)
downloadrockbox-95e23defb085ee1a846ec2d379368485921d5aee.tar.gz
rockbox-95e23defb085ee1a846ec2d379368485921d5aee.zip
Make fixepoint.c as a shared library (libfixedpoint.a).
Change-Id: Icc10d6e85f890c432f191233a4d64e09f00be43d Reviewed-on: http://gerrit.rockbox.org/456 Reviewed-by: Michael Sevakis <jethead71@rockbox.org> Tested-by: Michael Sevakis <jethead71@rockbox.org>
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 88afb858f5..5b2b3ae94d 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -25,6 +25,7 @@
25****************************************************************************/ 25****************************************************************************/
26 26
27#include "plugin.h" 27#include "plugin.h"
28#include "fixedpoint.h"
28#include "lib/helper.h" 29#include "lib/helper.h"
29#include "lib/pluginlib_actions.h" 30#include "lib/pluginlib_actions.h"
30#include "lib/pluginlib_exit.h" 31#include "lib/pluginlib_exit.h"
@@ -32,7 +33,6 @@
32#ifndef HAVE_LCD_COLOR 33#ifndef HAVE_LCD_COLOR
33#include "lib/grey.h" 34#include "lib/grey.h"
34#endif 35#endif
35#include "lib/fixedpoint.h"
36 36
37 37
38/******************************* Globals ***********************************/ 38/******************************* Globals ***********************************/