From: Stéphane Cerveau Date: Mon, 9 Dec 2013 09:53:16 +0000 (+0100) Subject: gst-fsl-plugin: Activate gstreamer AAC decoder. X-Git-Tag: 2.1~1113 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a4a0f6f92609112e94204488ebd30ca8a10a3595;p=meta-freescale.git gst-fsl-plugin: Activate gstreamer AAC decoder. AAC decoder was not available on imx6 platform. Signed-off-by: Stéphane Cerveau --- diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch b/meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch new file mode 100644 index 00000000..d12dc333 --- /dev/null +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am 2013-09-10 20:52:22.000000000 +0200 ++++ b/Makefile.am 2013-12-05 18:26:24.964585163 +0100 +@@ -928,7 +928,7 @@ + tools/gplay + + SUBDIRS = $(AUDIODIRS) $(LIBSDIRS) $(BASEDIRS) $(VPUWRAPDIRS) $(WMA8ENC_DIR) $(MP3ENC_DIR) \ +- $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) \ ++ $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) $(AACDEC_DIR)\ + $(DOWNMIX_DIR) $(AMRDEC_DIR) $(IPUDIRS) $(TOOLDIRS) + + endif diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb b/meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb index fc9b38fb..e319fc22 100644 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb @@ -6,6 +6,7 @@ require gst-fsl-plugin.inc # FIXME: Inspecting the source code the content is in fact 3.0.9 SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-3.10.9-1.0.0.tar.gz \ file://remove-GST_INFO-in-mfw_gst_utils.h.patch \ + file://makefile.am-fix-aac-for-imx6.patch \ file://configure.ac-Fix-checking-for-include-headers-in-mul.patch" SRC_URI[md5sum] = "a338a5c25225c765ae5f44af82fe7413"