diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-12-10 23:04:05 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-12-10 23:04:05 +0000 |
commit | fcc00458a9a0769761b668de41bc8a0596279d7f (patch) | |
tree | 646f3e33102651529acc9854b70ca1e76324ddaa | |
parent | a4e06d39c9eb1a0f92f894a16c2d9c06861c3627 (diff) | |
download | rockbox-fcc00458a9a0769761b668de41bc8a0596279d7f.tar.gz rockbox-fcc00458a9a0769761b668de41bc8a0596279d7f.zip |
Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11712 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugins/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 7441a98182..adb3d68260 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -1,4 +1,5 @@ configfile.c +fixedpoint.c playback_control.c rgb_hsv.c #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) |