<div dir="ltr"><div><div>HI Nicolas, <br><br>I tried adding the following to the gst-plugins-good-1.0.recipe (under the "platform_files_plugins_capture =" section): <br></div> Platform.ANDROID: [<br> 'lib/gstreamer-1.0/libgstvideo4linux2%(mext)s',<br>
'lib/gstreamer-1.0/libgstximagesrc%(mext)s',<br> ]<br>It still will not build the library. The configure script does a check of the header files for the v4l2 and flags them as being old or different which they are. Fortunately they are close enough to compile based on my previous tests. <br>
<br></div>-Matt<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 9, 2014 at 11:05 AM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le vendredi 08 août 2014 à 13:28 -0400, Matthew A Kirleis a écrit :<br>
<div class="">> Experts,<br>
><br>
> I have been building gstreamer (with and without cerbero) for a few<br>
> days now and cannot seem to configure it to build the dynamic linked<br>
> 'libgstvideo4linux2.so'. I mucked around with the configure file to<br>
> override some of the checks that were preventing the plugin from being<br>
> built. After doing that I got a .a and .la file to output but no .so<br>
> to use with gst-launch-1.0. I don't care out the java part but just<br>
> want the native part to work. Why can I not get the dynamic library to<br>
> build? I attached my config.log and modified configure script.<br>
<br>
</div>Have a look at:<br>
recipes/gst-plugins-good-1.0.recipe<br>
recipes/gst-plugins-good-1.0-static.recipe<br>
<br>
v4l2 is somehow commented through this config.variant.v4l2. I suppose<br>
your config can enable it somehow, though I don't know the details. Note<br>
that the first recipe is for dynamic lib, and second for static. It is<br>
likely that on Android only static lib are built.<br>
<br>
cheers,<br>
Nicolas<br>
<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>
</blockquote></div><br></div>