aboutsummaryrefslogtreecommitdiff
path: root/libs/speex
Commit message (Collapse)AuthorAge
* speex: update to 1.2.1Rosen Penev2022-11-07
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* libs/speex and libs/speexdsp: fix configure paramsSebastian Kemper2017-07-30
| | | | | | | | | | | | | | | | | | - Remove ogg params from speex configure as it doesn't know about them. - Remove --enable-sse=no from both speex and speexdsp. The configure scripts do actually not add items to our CFLAGS like previously assumed. - When --disable-float-api is used VBR needs to be disabled as well, as VBR has not been implemented with fixed-point math in speex (yet). So add --disable-vbr when --disable-float-api is used. - In speexdsp 1.2rc2 optimizations for NEON were added. Unfortunately the ASM does not work for 64bit ARM. So force NEON optimizations off when compiling for AARCH64. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libs/speex: version bump and refactoringSebastian Kemper2017-07-30
| | | | | | | | | | | | | | | | | | | - speexdsp has been broken out of the speex package by upstream. The released versions of both aren't aligned (speex is at 1.2.0, speexdsp at 1.2rc3). Break out speexdsp into its own Makefile accordingly. - Don't disable VBR anymore as it has its applications (i.e. can be used with freeswitch-stable). - Prevent build system from changing our CFLAGS (--enable-sse=no). - Make integer mode depend on SOFT_FLOAT symbol so it doesn't get enabled on devices with FPUs. - Use PKG_INSTALL and remove custom Build/Compile as there is no need for this. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* speex: import from packagesPeter Wagner2014-06-30