diff options
author | Daiane Angolini <angolini@gmail.com> | 2013-05-31 00:58:31 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-20 18:25:23 -0300 |
commit | e5b1c7093deb8f04c09879ab0cf9fb2fe5f18e35 (patch) | |
tree | 6216041c1caba920740c910f72924799df6d3274 | |
parent | 54ebe17ade0fc70f4bbd769946aa277501507641 (diff) | |
download | meta-fsl-arm-e5b1c7093deb8f04c09879ab0cf9fb2fe5f18e35.tar.gz |
gst-fsl-plugin: Add PACKAGECONFIG options
Add PACKAGECONFIG options for special and excluded plugins. This allow
the selection of:
- ac3
- aacp
- wma10dec
- wma8enc
- wmv9mpdec
- wmv78dec
Change-Id: Ie495d198b32e91da97b4bc39563ac9ee16aa0bf4
Signed-off-by: Daiane Angolini <angolini@gmail.com>
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc index da2573a..2f25791 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | |||
@@ -33,6 +33,17 @@ PACKAGES += "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \ | |||
33 | ${PN}-libme ${PN}-libgstbufmeta ${PN}-libmfwba \ | 33 | ${PN}-libme ${PN}-libgstbufmeta ${PN}-libmfwba \ |
34 | ${PN}-libfwvss ${PN}-gplay" | 34 | ${PN}-libfwvss ${PN}-gplay" |
35 | 35 | ||
36 | # FIXME: Add all features | ||
37 | # feature from excluded mm packages | ||
38 | PACKAGECONFIG[ac3] += "--enable-ac3dec,--disable-ac3dec,libfslac3codec" | ||
39 | # feature from special mm packages | ||
40 | PACKAGECONFIG[aacp] += "--enable-aacpdec,--disable-aacpdec,libfslaacpcodec" | ||
41 | MSDEPENDS = "libfslmsparser libfslmscodec" | ||
42 | PACKAGECONFIG[wma10dec] +="--enable-wma10dec,--disable-wma10dec,${MSDEPENDS}" | ||
43 | PACKAGECONFIG[wma8enc] +="--enable-wma8enc,--disable-wma8enc,${MSDEPENDS}" | ||
44 | PACKAGECONFIG[wmv9mpdec] +="--enable-wmv9mpdec,--disable-wmv9mpdec,${MSDEPENDS}" | ||
45 | PACKAGECONFIG[wmv78dec] +="--enable-wmv78dec,--disable-wmv78dec,${MSDEPENDS}" | ||
46 | |||
36 | FILES_${PN} = "${libdir}/gstreamer-0.10/*.so ${datadir}" | 47 | FILES_${PN} = "${libdir}/gstreamer-0.10/*.so ${datadir}" |
37 | RDEPENDS_${PN} += "gst-plugins-good-id3demux" | 48 | RDEPENDS_${PN} += "gst-plugins-good-id3demux" |
38 | 49 | ||