aboutsummaryrefslogtreecommitdiff
path: root/sound/shine
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* shine: Update to 3.1.1Rosen Penev2018-07-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* sound/shine: Fix compilation with ffmpeg and minor fixesDaniel Engberg2017-01-16
| | | | | | | | | Update upstream URLs Add upsteam patch to avoid name collision with ffmpeg Source: https://github.com/toots/shine/commit/3695118267be9b7a9412c86c7c5424ab47efe7ec Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* shine: fix mips64 (octeon) build errorDirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | error reported by buildbot, replicated locally: wave.c:(.text+0x8e4): undefined reference to `__builtin_bswap16' It seems that gcc builtin function is not working for mips64 according to https://gcc.gnu.org/ml/gcc-patches/2014-01/msg00551.html bswap patterns only work in >4.8 so the compiler check in wave.c seems inconsistent across different archs as octeon has gcc 4.6 make it require gcc >=4.8 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* shine: add new packageNicolas Thill2015-02-09
savonet/shine is a super fast fixed-point MP3 encoder Signed-off-by: Nicolas Thill <nico@openwrt.org>