1
0
Fork 0
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:
Peter D'Hoye 2009-05-26 21:07:40 +00:00
parent 84ea607813
commit 3ca0614de9
8 changed files with 35 additions and 10 deletions

View file

@ -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. */