toolchain: Replace YASM with NASM

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>
This commit is contained in:
Ted Hess
2018-06-28 19:28:02 -04:00
parent 9009efa18b
commit 0f543883cd
3 changed files with 13 additions and 20 deletions

View File

@@ -224,13 +224,13 @@ comment "Compiler"
source "toolchain/gcc/Config.in"
config YASM
config NASM
bool
depends on ( i386 || x86_64 )
prompt "Build yasm" if TOOLCHAINOPTS
prompt "Build nasm" if TOOLCHAINOPTS
default y
help
Enable if you want to build yasm
Enable if you want to build nasm
comment "C Library"
depends on TOOLCHAINOPTS