Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 375 Bytes

File metadata and controls

13 lines (13 loc) · 375 Bytes

FFmpeg Build with FFplay

  • sudo apt install libavcodec-dev
  • sudo apt install libmp3lame-dev
  • sudo apt-get install libsdl2-dev
  • Download nasm or yasm and build from source
  • yasm
  • nasm
  • Add Path Variable for yasm
  • Build FFmpeg
./configure --enable-ffplay --enable-libmp3lame
make