diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-03-04 21:11:12 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-03-04 21:11:12 +0000 |
| commit | b727de604ddab15fe809303181ba18e53197708d (patch) | |
| tree | a3d6880b77982fc417e7ff9b714ced4a91dc425c /apps/plugins/lib/SOURCES | |
| parent | e54c1cc9a2f9053245feddf70243aa357f18870d (diff) | |
| download | rockbox-b727de604ddab15fe809303181ba18e53197708d.zip rockbox-b727de604ddab15fe809303181ba18e53197708d.tar.gz rockbox-b727de604ddab15fe809303181ba18e53197708d.tar.bz2 rockbox-b727de604ddab15fe809303181ba18e53197708d.tar.xz | |
FS#9916 buflib plugin memory allocator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20202 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -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 9f112dd..2e15bc8 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -4,6 +4,7 @@ configfile.c fixedpoint.c playback_control.c rgb_hsv.c +buflib.c #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) /* The scaler is not provided in core on mono targets, but is built in |