summaryrefslogtreecommitdiffstats
path: root/rules/speexdsp.make
Commit message (Collapse)AuthorAgeFilesLines
* speexdsp: version bump 1.2.0 -> 1.2.1Michael Olbrich2022-12-151-3/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* enable NEON on ARM64Michael Olbrich2021-02-261-1/+1
| | | | | | | | ARMv8 has NEON as well. From now on ARCH_ARM_NEON means NEON on v7 and v8, and ARCH_ARMV7_NEON means NEON only on v7. For only on v8 ARCH_ARM64 can be uses since neon is not optional here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* speexdsp: version bump 1.2rc3 -> 1.2.0Lucas Stach2021-02-241-2/+2
| | | | | | | | Adds some more optimizations and corner case fixes. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20210218115509.639157-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* speex: there are no options for ARCH_ARM_V4/ARCH_ARM_V5EMichael Olbrich2019-01-271-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* speex: version bump 1.2rc1 -> 1.2Lucas Stach2018-11-101-0/+74
- version bump - speexdsp has been split out by upstream into own library with most recent release version 1.2rc3 Signed-off-by: Lucas Stach <l.stach@pengutronix.de> [mol: disable vorbis-psy if fixed-point is enabled] [mol: share common options] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>