toolchain: Replace YASM with NASM
authorTed Hess <thess@kitschensync.net>
Thu, 28 Jun 2018 23:28:02 +0000 (19:28 -0400)
committerTed Hess <thess@kitschensync.net>
Thu, 5 Jul 2018 14:17:06 +0000 (10:17 -0400)
commit0f543883cd0505a98fdc680ce2f08cbfca6d52a7
treef4a6998faf88e47bee44aba46c1d72eb6c81d4ea
parent9009efa18b45b4b573111fafa777f7b642486e3e
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>
toolchain/Config.in
toolchain/Makefile
toolchain/nasm/Makefile [new file with mode: 0644]
toolchain/yasm/Makefile [deleted file]