aboutsummaryrefslogtreecommitdiff
path: root/libs/sbc/Makefile
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* sbc: update to version 2.0Daniel Golle2023-01-13
| | | | | | | Fixes issue with use of x86-specific compiler primitives on non-x86 systems which we had previously patched downstream, remove this patch. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* sbc: update to 1.5Rosen Penev2020-12-22
| | | | | | Add a patch to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* sbc: Bump to 1.4Daniel Engberg2018-10-23
| | | | | | Minor bugfix Remove Dirk as maintainer, hasn't been active in years Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sbc: Switch to @KERNEL alias, use LTO optimizationDaniel Engberg2018-05-04
| | | | | | | | | | | | | Switch to the @KERNEL alias Use LTO optimization, reduces file size by ~20% (~10Kbyte) With: 39K sbc_1.3-1_arm_cortex-a9_neon.ipk Without: 51K sbc_1.3-1_arm_cortex-a9_neon.ipk Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* new package: sbcDirk Neukirchen2015-04-02
contains Low Complexity Subband Coding needed for A2DP support in pulseaudio Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>