android

yasm/nasm not found or too old. Use --disable-yasm for a crippled build


Getting The above error while Integrating FFMPEG library in Android. Following is the Screen Shot. Can someone Help me integrating this library? I am Using Ubuntu OS for implementing this. enter image description here


Solution

  • Just install yasm

    sudo apt-get install yasm

    That worked for me