diff options
author | Stéphane Cerveau <scerveau@gmail.com> | 2013-12-09 10:53:16 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-12-13 15:24:40 -0200 |
commit | ea16a55ef06de4a8c21e02ce9041045d6156c787 (patch) | |
tree | 4c7f72dbccd06b9d4a0d8863c10376fbbb30cf94 /recipes-multimedia/gstreamer/gst-fsl-plugin | |
parent | c9284f1668f33d5c6a9b2bcc7fc869642a0e4b92 (diff) | |
download | meta-fsl-arm-ea16a55ef06de4a8c21e02ce9041045d6156c787.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>
Diffstat (limited to 'recipes-multimedia/gstreamer/gst-fsl-plugin')
-rw-r--r-- | recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch | 11 |
1 files changed, 11 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 | ||