<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi Chuck,</div>
<div><br>
</div>
<div>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.  </div>
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>Cheers.</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Chuck Crisler <<a href="mailto:ccrisler@mutualink.net">ccrisler@mutualink.net</a>><br>
<span style="font-weight:bold">Reply-To: </span>Discussion of the development of and with GStreamer <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, June 11, 2014 at 1:43 PM<br>
<span style="font-weight:bold">To: </span>Discussion of the development of and with GStreamer <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: Pared down build via cerbero?<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">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.<br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Jun 11, 2014 at 2:47 PM, Michael McNamara <span dir="ltr">
<<a href="mailto:mmcnamara@control4.com" target="_blank">mmcnamara@control4.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>All,</div>
<div><br>
</div>
<div>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?</div>
<div><br>
</div>
<div>Cheers and thank you!</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>