diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2017-12-26 14:11:00 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-25 16:30:35 -0200 |
commit | 1a3b1586f1040c580be32ffe95b4d55649a57210 (patch) | |
tree | ad2b66cffe282da6f601c225de1751b2fc4e40c0 /recipes-multimedia | |
parent | d6abbbc1ce0882bdc82e03b1868eeba1a50a7bd3 (diff) | |
download | meta-freescale-1a3b1586f1040c580be32ffe95b4d55649a57210.tar.gz |
imx-codec: Upgrade to v4.3.2
1. Upgrade EULA to v20
2. Add i.MX8 support
3. Bugfix/Optimization
- Remove video codec in imx-codec package.
- Fix logically dead code issue for aac_dec.
- Fix wrong sizeof argument for flac_dec.
- Cancel unused code in nb_amr/wb_amr/flac_dec/bsac_dec.
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/imx-codec/imx-codec.inc | 2 | ||||
-rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.2.1.bb | 10 | ||||
-rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.3.2.bb | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc index 74d0b99f..033c9400 100644 --- a/recipes-multimedia/imx-codec/imx-codec.inc +++ b/recipes-multimedia/imx-codec/imx-codec.inc | |||
@@ -4,7 +4,7 @@ | |||
4 | DESCRIPTION = "Freescale Multimedia codec libs" | 4 | DESCRIPTION = "Freescale Multimedia codec libs" |
5 | LICENSE = "Proprietary" | 5 | LICENSE = "Proprietary" |
6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671" |
8 | 8 | ||
9 | # Backward compatibility | 9 | # Backward compatibility |
10 | PROVIDES += "libfslcodec" | 10 | PROVIDES += "libfslcodec" |
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb b/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb deleted file mode 100644 index 6cb25c7c..00000000 --- a/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | # Copyright 2017 NXP | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | |||
5 | require imx-codec.inc | ||
6 | |||
7 | SRC_URI[md5sum] = "3db67e3f602e65fe0ac00ae4f9ea6109" | ||
8 | SRC_URI[sha256sum] = "20d3f9b4187fcd9e7007c94558a00bab1191513eee74b6f0d8c7b43f874e06ed" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6|mx7)" | ||
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.3.2.bb b/recipes-multimedia/imx-codec/imx-codec_4.3.2.bb new file mode 100644 index 00000000..51a8f652 --- /dev/null +++ b/recipes-multimedia/imx-codec/imx-codec_4.3.2.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | # Copyright 2017 NXP | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | |||
5 | require imx-codec.inc | ||
6 | |||
7 | SRC_URI[md5sum] = "5c09ad91c8586128029ecfb9f2072a5b" | ||
8 | SRC_URI[sha256sum] = "d7ef3beda185763ddacefb4dd5ff99fc9554d94389b88f224beaca28421a7e14" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" | ||