aboutsummaryrefslogtreecommitdiff
path: root/sound/fdk-aac
Commit message (Collapse)AuthorAge
* fdk-aac: fix compilation with powerpc64Rosen Penev2022-01-29
| | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fdk-aac: refresh patchesPaul Spooren2021-02-21
| | | | | | | | A treewide script ran to find dirty patches, this was the only packages found with issues. From now on the CI should no longer return false positives on dirty patches. Signed-off-by: Paul Spooren <mail@aparcar.org>
* fdk-aac: fixup flagsRosen Penev2020-11-29
| | | | | | | As implemented, these get duplicated. In particular, the ldflags get recursive and with some recent OpenWrt change, it errors. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fdk-aac: add BUILD_PATENTED to CONFIG_DEPENDSRosen Penev2020-03-22
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fdk-aac: fix wrong if conditionRosen Penev2020-03-22
| | | | | It must be reversed to work properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fdk-aac: don't build two versionsRosen Penev2020-03-19
| | | | | | | Instead, chose which to build based on CONFIG_BUILD_PATENTED. This is more flexible and causes fewer problems when compiling. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fdk-aac: Add fdk-aac-free for non BUILD_PATENTED configurationsRosen Penev2019-11-02
| | | | | | | | | | | | | | | | | | The core parts of AAC were patented back in 1998. Those patents have expired. Some of the newer AAC features involved with HE-AAC are still patented. These patches are taken from fedora where they remove all patented functionality. Note that LC-AAC comprises the majority of AAC content. HE-AAC is for low bitrate stuff like audiobooks. Patches come from Fedora where this is also distributed. Local compiles show a 40% size reduction in the final ipk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fdk-aac: Update to 2.0.1Rosen Penev2019-11-02
| | | | | | | | | | Mainly crashing/fuzz fixes. Added PKG_BUILD_PARALLEL for faster compilation. Rearranged some stuff for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sound/fdk-aac: Update to 2.0.0Daniel Engberg2019-02-08
| | | | | | Update fdk-aac to 2.0.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/fdk-aac: Clean up Makefile, add overflow patchDaniel Engberg2018-06-17
| | | | | | | | | Clean up Makefile by utilizing toolchain logic Make package pkg-config friendly Add patch to prevent crashes due to overflow Source: https://github.com/mstorsjo/fdk-aac/commit/a50eecf65b5ce5d4f03768c5c2cb4b492d2badad Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* fdk-aac: Update to v0.1.6. Use github/codeload for source URLTed Hess2018-03-26
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* fdk-aac: Update to latest (20171220), cleanup optimization optsTed Hess2018-01-23
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* fdk-aac: Update to latest source revision. Add myself as maintainerTed Hess2017-12-13
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* sound/fdk-aac: Update to latest commitDaniel Engberg2017-11-01
| | | | | | | Update to latest commit upstream Add optimization option 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>
* packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* sound/fdk-aac: Add Fraunhofer FDK AAC Codec Library to repoDaniel Engberg2017-01-26
Add Fraunhofer FDK AAC Codec Library v0.1.5 to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>