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 /apps/plugins/lib | |
| parent | a4e06d39c9eb1a0f92f894a16c2d9c06861c3627 (diff) | |
| download | rockbox-fcc00458a9a0769761b668de41bc8a0596279d7f.zip rockbox-fcc00458a9a0769761b668de41bc8a0596279d7f.tar.gz rockbox-fcc00458a9a0769761b668de41bc8a0596279d7f.tar.bz2 rockbox-fcc00458a9a0769761b668de41bc8a0596279d7f.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib')
| -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 7441a98..adb3d68 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) |