gst1.0-fsl-plugin: fix FSL codecs, parser and vpuwrap detection
Patch gst1.0-fsl-plugin's configure script to add a trailing space in the
FSL_MM_CORE_CFLAGS and FSL_MM_CORE_LIBS variables between different
pkg-config executions.
These variables are used later to pass parameters to the compiler and
as they are not built correctly, the 'configure' script fails to detect
some of the functionality:
Disabled features:
plugin: imxmp3enc
plugin: vpu_wrap
plugin: aiur
plugin: beep
This was working well in previous versions of Yocto, because pkg-config
until v0.28 was adding that trailing space:
http://cgit.freedesktop.org/pkg-config/commit/?id=
f26a505826acec6b1e1af8d1efdf959913421c3a
but this is no longer true, so the trailing space has to be added in the
configure script.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>