diff options
author | Javier Viguera <javier.viguera@digi.com> | 2013-05-02 09:32:41 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-02 12:06:00 -0300 |
commit | 95e013e931e64c4e2c09cce8b946e876baefac78 (patch) | |
tree | c8ffc1de13a9c316e283af2a135869d9c304c32d | |
parent | a636606f15061f85746350b75f804d7cc3823ab0 (diff) | |
download | meta-fsl-arm-95e013e931e64c4e2c09cce8b946e876baefac78.tar.gz meta-fsl-arm-95e013e931e64c4e2c09cce8b946e876baefac78.tar.bz2 meta-fsl-arm-95e013e931e64c4e2c09cce8b946e876baefac78.zip |
gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences
For MX5 machines, gst-fsl-plugin has build-time dependences on the
pre-built fsl-mm-mp3enc and fsl-mm-flv codec libraries.
If the mp3enc library is not in the sysroot, the 'libmfw_gst_mp3enc.so'
is not built.
If the fsl-mm-flv is not in the sysroot, the configure process warns
about:
"Unable to determine soname of lib_flv_parser_arm9_elinux.3.0.so library"
and the resulting 'aiur_registry.arm11.cf' gets a wrong entry for
flv_parser library.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Tested-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb index 0fc5609..3e3db2b 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb @@ -2,10 +2,10 @@ # Released under the MIT license (see COPYING.MIT for the terms) require gst-fsl-plugin.inc -DEPENDS += "fsl-mm-codeclib" -RDEPENDS_${PN} = "fsl-mm-codeclib" +DEPENDS += "fsl-mm-codeclib fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib" +RDEPENDS_${PN} = "fsl-mm-codeclib fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib" -PR = "${INC_PR}.3" +PR = "${INC_PR}.4" SRC_URI += "file://fix_segment_fault_in_v4lsink_for_yocto.patch \ file://fix-missing-sys-types-h.patch" |