diff options
| author | Nils Wallménius <nils@rockbox.org> | 2012-05-06 12:22:09 +0200 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2012-05-07 10:29:07 +0200 |
| commit | 3f61caa0cd7e818416be08778f356efd54e596fb (patch) | |
| tree | 9f0ca1be9d8cd4f0a2dcd8a3a7c20657925de21e /apps/SOURCES | |
| parent | 51a73d81cda6136f901e8d56f4720dc28edf648a (diff) | |
| download | rockbox-3f61caa0cd7e818416be08778f356efd54e596fb.zip rockbox-3f61caa0cd7e818416be08778f356efd54e596fb.tar.gz rockbox-3f61caa0cd7e818416be08778f356efd54e596fb.tar.bz2 rockbox-3f61caa0cd7e818416be08778f356efd54e596fb.tar.xz | |
rbcodec: abstract tdspeed buffer allocation
Move code dealing with rockbox specific buflib allocations into a
rockbox specific file and implement buffer allocation with
malloc/free for warble/stand alone lib.
Based on patch by Sean Bartell.
Change-Id: I8cb85dad5890fbd34c1bb26abbb89c0b0f6b55cf
Reviewed-on: http://gerrit.rockbox.org/144
Tested-by: Nils Wallménius <nils@rockbox.org>
Reviewed-by: Michael Sevakis <jethead71@rockbox.org>
Reviewed-by: Nils Wallménius <nils@rockbox.org>
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 45eb076..e20f1c9 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -26,6 +26,7 @@ menus/audiohw_eq_menu.c menus/eq_menu.c buffering.c voice_thread.c +rbcodec_helpers.c #else /* !SWCODEC */ mpeg.c #endif |