From fcc00458a9a0769761b668de41bc8a0596279d7f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 10 Dec 2006 23:04:05 +0000 Subject: 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 --- apps/plugins/lib/SOURCES | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.1