ffmpeg configure error nasm/yasm not found or too old
Issue
On Linux/Unix, compile ffmpeg from source code. Run the following command.
Solution
It needs to install nasm
or yasm
.
Mac OS
Ubuntu/Debian
Install nasm
.
Install yasm
.
RHEL/CentOS
Install nasm
.
In the webpage https://pkgs.org/search/?q=yasm, download and install yasm
. For example, on CentOS BaseOS x86_64.