<p dir="ltr">Thanks, it is clear now, I thought the big library was pre-compiled. As I said before, I think this is the best design if you need jni calls. It took me a while to figure out how to use the old dynamic libraries in a non rooted phone...</p>

<div class="gmail_quote">On Oct 5, 2012 5:12 PM, "Sebastian Dröge" <<a href="mailto:sebastian.droege@collabora.co.uk">sebastian.droege@collabora.co.uk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fr, 2012-10-05 at 17:08 -0400, Dragos D wrote:<br>
> But this apply to the case in which I compile the big library. What<br>
> about the big library from the SDK?<br>
<br>
The SDK only provide static libraries for all the stuff, which is then<br>
combined at link time of your application to a single, large, shared<br>
library that contains everything you selected for your application in<br>
the Android.mk of your application.<br>
<br>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br></blockquote></div>