On Fri, Jul 26, 2013 at 3:17 PM, Eric Nelson <[email protected]> wrote: > On 07/26/2013 09:18 AM, Otavio Salvador wrote: >> I am sorry to didn't find this before but this is not a meta-fsl-arm >> specific fix. Instead this should be send to OE-Core and modify the >> .bb file. >> >> I checked the source: >> >> .../gst-plugins-gl-0.10.3% git grep ljpeg configure.ac >> configure.ac:JPEG_LIBS="$LIBS -ljpeg-mmx" >> configure.ac: JPEG_LIBS="-ljpeg" >> .../gst-plugins-gl-0.10.3% git grep lpng configure.ac >> .../gst-plugins-gl-0.10.3% git grep png configure.ac >> configure.ac:dnl libpng is optional >> configure.ac:PKG_CHECK_MODULES(LIBPNG, libpng >= 1.0, HAVE_PNG=yes, >> HAVE_PNG=no) >> configure.ac: AC_DEFINE(HAVE_PNG, [1] , [Use libpng]) >> > > I'm going to need to re-test this. It looks like 'jpeg' is > already expressed as a dependency: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb?h=dylan
Yes; right. So it lacking png dependency; seems to be the only real issue here. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
