<div dir="rtl"><div dir="ltr">I tried adding platform_deps = {Platform.ANDROID: ['gnustl']} ( this seems to be what taglib does for stl ) but still I am getting :</div><div dir="ltr"><br></div><div dir="ltr">'webmdec.cc:13:19: fatal error: cstring: No such file or directory'<br></div><div dir="ltr"><br></div><div dir="ltr">if I build libvpx directly ( not from cerbero ) it builds fine. and ideas ?<br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2014-11-05 14:59 GMT+02:00 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mi, 2014-11-05 at 14:34 +0200, Jacob S wrote:<br>
> Hi all, I am trying to build libvpx master in cerbero and it requires STL,<br>
> how do I add APP_STL := stlport_static to Application.mk when building with<br>
> cerbero ?<br>
<br>
</div></div>You need to add something to the libvpx recipe so it finds the C++ STL<br>
and also add it as a dependency to the .la file inside the recipe.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
</font></span><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>