forked from len0rd/rockbox
Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, ifdef some printfs, and more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21095 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
84ea607813
commit
3ca0614de9
8 changed files with 35 additions and 10 deletions
|
@ -105,7 +105,6 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
/* Get the file name. */
|
||||
const char* filename = (const char*) parameter;
|
||||
|
||||
#if 0
|
||||
/* Allocate memory; check it's size; add to the pool. */
|
||||
mem_pool = rb->plugin_get_audio_buffer(&mem_size);
|
||||
if(mem_size < MIN_MEM_SIZE)
|
||||
|
@ -114,9 +113,8 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
return PLUGIN_ERROR;
|
||||
}
|
||||
add_pool(mem_pool, mem_size);
|
||||
#endif
|
||||
|
||||
/* Initialze net. */
|
||||
/* Initialize net. */
|
||||
net_init();
|
||||
|
||||
/* Start threads. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue