On Tue, Jul 9, 2013 at 5:14 AM, Thomas Senyk <[email protected]> wrote: > On Friday, 05 July, 2013 13:16:23 Rogerio Nunes wrote: >> Repository is public now. >> I only have the code from BSP 1.1.0 there yet, but I'll add 4.0.0 this >> afternoon. >> >> BTW, I still need to update the gst-plugins-gl recipe in the >> meta-fsl-arm layer to point to this repo. It's cleaner than the patch >> we currently have in the recipe. >> > > Sounds wonderful! > If something is ready to test, let me know. > > fyi: > I had one 'source' problem with 4.0.0: deprecated glib functions. > I hacked common/m4/gst-glib2.m4: > - GLIB_EXTRA_CFLAGS="$GLIB_EXTRA_CFLAGS -Wno-deprecated-declarations" > + GLIB_EXTRA_CFLAGS="$GLIB_EXTRA_CFLAGS -DG_DISABLE_DEPRECATED" > > to get it running ... guess that's the wrong way of doing it, but it helped :)
Not really; this seems to be the right fix for Yocto (but not for upstream) ;) -- 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
