diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2019-12-18 14:08:43 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-18 11:36:28 -0300 |
commit | 24627c8ede2caffa226cbc23bb3de246f9c7c72f (patch) | |
tree | c6ba2d37ed6faaa4bbc11d923cb3c7abac02bb7d | |
parent | d5e968f0df3178841202483a666611e5ef7b733a (diff) | |
download | meta-freescale-24627c8ede2caffa226cbc23bb3de246f9c7c72f.tar.gz |
imx-dspc-asrc: Add ASRC recipe
ASRC Library build with interpolation=128m and attenuation=120/140dB
supporting sample rates convertion X->Y
where X,Y = {44100, 48000, 88200, 96000, 176400, 192000 , 352800, 384000 }
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
-rw-r--r-- | recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb b/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb new file mode 100644 index 00000000..a0714015 --- /dev/null +++ b/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | # Copyright 2019 NXP | ||
2 | DESCRIPTION = "NXP Asynchronous Sample Rate Converter" | ||
3 | LICENSE = "Proprietary" | ||
4 | SECTION = "multimedia" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=72c0f70181bb6e83eee6aab8de12a9f3" | ||
6 | |||
7 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | ||
8 | |||
9 | SRC_URI[md5sum] = "d46005ee29ca603caa2e1b1e82953ff1" | ||
10 | SRC_URI[sha256sum] = "e79cbf4788a86a0068bbe80c37317e3332ae76e3d5c3ff2eabd71f03121fab6a" | ||
11 | |||
12 | inherit fsl-eula-unpack autotools pkgconfig | ||
13 | |||
14 | EXTRA_OECONF = "--enable-armv8 --libdir=${libdir} --bindir=/unit_tests" | ||
15 | |||
16 | INHIBIT_PACKAGE_STRIP = "1" | ||
17 | INHIBIT_SYSROOT_STRIP = "1" | ||
18 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
19 | |||
20 | FILES_${PN} += "/unit_tests ${datadir}/imx-mm" | ||
21 | |||
22 | COMPATIBLE_MACHINE = "(mx8)" | ||