On Fri, 2012-09-14 at 10:23 +0100, Burton, Ross wrote: > On 14 September 2012 07:28, Saul Wold <s...@linux.intel.com> wrote: > > ERROR: Nothing RPROVIDES 'gst-ffmpeg' (but > > /srv/home/pokybuild/yocto-autobuilder/yocto-slave/meta-intel-gpl/build/yocto/meta-intel/common/recipes-multimedia/gstreamer/gst-va-intel.bb > > RDEPENDS on or otherwise requires it) > > That's interesting, I wasn't aware gst-va required ffmpeg. At the > most it should be a recommends as elements are pluggable, and to be > honest I'm pretty sure that's a bad dependency. >
So some of the meta-intel BSPs add this as RRECOMMENDS to get video acceleration support under gstreamer: MACHINE_EXTRA_RRECOMMENDS += "gst-va-intel" and that adds a runtime dependency on gst-ffmpeg, which in turn uses a local ffmpeg that does this to enable video video acceleration: --enable-vaapi \ but also does this to avoid being 'commercial': --enable-gpl \ So unless there's something that requires gst-ffmpeg to be commercial, I don't think gst-ffmpeg actually needs commercial LICENSE_FLAGS. What was the reason it was added now after all this time in the first place? Tom > Ross > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core