Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | toolchain: Replace YASM with NASM | Ted Hess | 2018-07-05 |
| | | | | | | | | | | Packages libx264 and ffmpeg are built with ASM options on x86 platforms. The current libx264 version no longer builds with YASM and requires NASM. ffmpeg 3.x can be built with either YASM or NASM however, furture 4.x versions will require NASM. Signed-off-by: Ted Hess <thess@kitschensync.net> Acked-by: Rosen Penev <rosenp@gmail.com> | ||
* | treewide: clean up download hashes | Felix Fietkau | 2016-12-16 |
| | | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
* | toolchain: include yasm in x86 toolchain | Daniel Golle | 2016-08-19 |
Some libraries require yasm to build with in-line assembly for x86 targets. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |