When you install ffmpeg with the following command in Ubuntu:
./configure --disable-yasm --enable-libmp3lame
you might encounter the following error:
ERROR: libmp3lame >= 3.98.3 not found
Install `libmp3lame-dev` with the following command:
sudo apt-get install libmp3lame-dev
No comments:
Post a Comment