Skaling taglib

Lukáš Lalinský lalinsky at gmail.com
Fri Apr 2 14:19:47 CEST 2010


On Sun, Mar 28, 2010 at 6:51 PM, Stephan Hüls
<androidappsoft at googlemail.com> wrote:
> Hi, I want to scale the tag lib for reducing memory.
> Can you tell me how I should use configure to build for example without tiff
> or mpeg?

Most file formats are independent on each other, so if you don't link
to classes like FileRef, your linker should automatically include only to
the object files you need (assuming you are using static linking).
Otherwise you will have to make a custom build, possibly with code
changes in FileRef.

Lukas


More information about the taglib-devel mailing list