[meta-freescale] [[meta-fsl-arm][PATCH 02/21] gst-fsl-plugin: Update DDP settings

Lauren Post lauren.post at freescale.com
Thu Apr 24 08:09:29 PDT 2014


Change-Id: I9ead6170ff5e20be0405d6f162c9f047bb3f8d2a
Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 recipes-multimedia/gstreamer/gst-fsl-plugin.inc |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
index 46bc6f0..4835b75 100644
--- a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
@@ -26,7 +26,7 @@ PLATFORM_mx6sl = "MX6SL"
 PLATFORM_mx28 = "MX28"
 
 # Todo add a mechanism to map posible build targets
-EXTRA_OECONF = "PLATFORM=${PLATFORM} \
+EXTRA_OECONF = "PLATFORM=${PLATFORM}  \
                 CPPFLAGS="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include""
 
 PACKAGES =+ "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \
@@ -36,6 +36,12 @@ PACKAGES =+ "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \
 # FIXME: Add all features
 # feature from excluded mm packages
 PACKAGECONFIG[ac3] += "--enable-ac3dec,--disable-ac3dec,libfslac3codec,libfslac3codec"
+#   The ddplus codec does not support mx28
+DDPDEPENDS = "libfslddpcodec"
+DDPDEPENDS_mx28 = ""
+DDP_CONFIG_ARGS = "--enable-ddpdec"
+DDP_CONFIG_ARGS_mx28 = "--disable-ddpdec"
+PACKAGECONFIG[ddp] += "${DDP_CONFIG_ARGS},--disable-ddpdec,${DDPDEPENDS},${DDPDEPENDS}"
 # feature from special mm packages
 PACKAGECONFIG[aacp] += "--enable-aacpdec,--disable-aacpdec,libfslaacpcodec,libfslaacpcodec"
 MSDEPENDS = "libfslmsparser libfslmscodec"
-- 
1.7.9.5



More information about the meta-freescale mailing list