On Fri, 2008-09-12 at 12:20 +0200, Vincent Torri wrote: > I wonder which settings are best for embedded (configure options) For testing... I wouldn't disable much else you'll find it hard to debug. Otherwise for production usage: --disable-gst-debug (you'll save some cpu/memory) --disable-loadsave (really not needed) --disable-parse (remove gst_parse_* features) --disable-option-parsing (not needed if you're going to be using just the library). That should slim it down enough. Oh, and CFLAGS="-Os" will optimize the resulting library size. And obviously only compile/install the plugins you need :) Edward > > Vincent > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > gstreamer-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel