From 3f61caa0cd7e818416be08778f356efd54e596fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Sun, 6 May 2012 12:22:09 +0200 Subject: rbcodec: abstract tdspeed buffer allocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Michael Sevakis Reviewed-by: Nils Wallménius --- apps/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/SOURCES') 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 -- cgit v1.1