<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>All,</div>
<div><br>
</div>
<div>I feel certain that I’m missing something obvious, but is it possible to download the relevant source for building GStreamer without actually going through the build process for your selected configuration?</div>
<div><br>
</div>
<div>./cerbero-uninstalled -c config/cross-ios-universal.cbc package gstreamer-1.0 </div>
<br>
<div>for instance will download all of the needed source, copy the source from sources/local/ as needed to the relevant target directories in sources/ and then build it, creating all of the object and lib files, etc….  Is it possible to stop before the build
 portion of each target takes place?</div>
<div><br>
</div>
<div>I suppose I could simply do a make clean in each directory after it builds and have just the original source sitting there.  Or at that point is the source no different than what exists in sources/local?  My end goal is simply to package up the source
 being used to create GStreamer for a given target without actually including the compiled object files and such.</div>
<div><br>
</div>
<div>Cheers and thanks!</div>
</body>
</html>