On 25/07/06, Linus Nielsen Feltzing <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
> I'm probably missing something, but can't these things be statically
> linked in as normal code (so they end up in rocbox.a), and added to the
> plugin rb struct with all the function pointers to standard rockbox
> functions?
Yes, that can be done, but one of the points with the plugins is to
reduce the size of the Rockbox binary.
what about loading the static libraries into the codec or audio
buffer? it would mean no audio in those plugins, but would add heaps
of functionality.
Linus