Pared down build via cerbero?

Michael McNamara mmcnamara at control4.com
Wed Jun 11 15:40:11 PDT 2014


Hi Chuck,

Thanks for the reply.  I've successfully cut down the number of plugins in use inside our apps via #define statements in iOS and Android while maintaining the functionality that's needed.  (I agree that it is tricky to get the right combination sometimes!)  Presumably those plugins that aren't #defined aren't making it into the final app binary.  The overall binary size in fact grows or shrinks based on those #defines,  so I feel pretty good about what's going on there.

My question is more about keeping the unneeded plugins from ever being built via cerbero as they're not needed - or if it's even reasonably possible to do something along those lines.

Cheers.

From: Chuck Crisler <ccrisler at mutualink.net<mailto:ccrisler at mutualink.net>>
Reply-To: Discussion of the development of and with GStreamer <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Date: Wednesday, June 11, 2014 at 1:43 PM
To: Discussion of the development of and with GStreamer <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: Re: Pared down build via cerbero?

I don't know anything about using cerbero, but on linux you can remove features with configure. You just have to be careful that you don't remove something that you really do need. Sometimes it isn't immediately obvious.


On Wed, Jun 11, 2014 at 2:47 PM, Michael McNamara <mmcnamara at control4.com<mailto:mmcnamara at control4.com>> wrote:
All,

Here's a build question...  If you know that you're only in need of a small subset of plugins, is there a relatively simple way to only include those plugins that are needed in the build process?  What would the best approach to take in such a scenario?  How fragile will things get if I start removing libs from the get-plugins-good recipe for example?  Or is that the wrong direction to head?

Cheers and thank you!



_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140611/11838a4e/attachment.html>


More information about the gstreamer-devel mailing list