summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@gmail.com>2013-12-09 10:53:16 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2013-12-27 19:33:20 -0200
commitaf392c22bf6b563525ede4a81b6755ff1dd2c1c6 (patch)
tree699251861bdc7ba9d26b5e8e228546db49940d59
parentc7cc5d5f451c9d12df9f11314f4a58ecc347b1f5 (diff)
downloadmeta-fsl-arm-af392c22bf6b563525ede4a81b6755ff1dd2c1c6.tar.gz
gst-fsl-plugin: Activate gstreamer AAC decoder.
AAC decoder was not available on imx6 platform. Signed-off-by: Stéphane Cerveau <scerveau@gmail.com>
-rw-r--r--recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch11
-rw-r--r--recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb1
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch b/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch
new file mode 100644
index 0000000..d12dc33
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch
@@ -0,0 +1,11 @@
1--- a/Makefile.am 2013-09-10 20:52:22.000000000 +0200
2+++ b/Makefile.am 2013-12-05 18:26:24.964585163 +0100
3@@ -928,7 +928,7 @@
4 tools/gplay
5
6 SUBDIRS = $(AUDIODIRS) $(LIBSDIRS) $(BASEDIRS) $(VPUWRAPDIRS) $(WMA8ENC_DIR) $(MP3ENC_DIR) \
7- $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) \
8+ $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) $(AACDEC_DIR)\
9 $(DOWNMIX_DIR) $(AMRDEC_DIR) $(IPUDIRS) $(TOOLDIRS)
10
11 endif
diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb b/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb
index fc9b38f..e319fc2 100644
--- a/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb
@@ -6,6 +6,7 @@ require gst-fsl-plugin.inc
6# FIXME: Inspecting the source code the content is in fact 3.0.9 6# FIXME: Inspecting the source code the content is in fact 3.0.9
7SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-3.10.9-1.0.0.tar.gz \ 7SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-3.10.9-1.0.0.tar.gz \
8 file://remove-GST_INFO-in-mfw_gst_utils.h.patch \ 8 file://remove-GST_INFO-in-mfw_gst_utils.h.patch \
9 file://makefile.am-fix-aac-for-imx6.patch \
9 file://configure.ac-Fix-checking-for-include-headers-in-mul.patch" 10 file://configure.ac-Fix-checking-for-include-headers-in-mul.patch"
10 11
11SRC_URI[md5sum] = "a338a5c25225c765ae5f44af82fe7413" 12SRC_URI[md5sum] = "a338a5c25225c765ae5f44af82fe7413"