ERROR: libmp3lame >= 3.98.3 not found

后端 未结 6 1934
一生所求
一生所求 2021-02-06 02:58

I am installing ffmpeg utility, but I am facing libmp3lame >= 3.98.3 not found not found error. I am able to find lame-3.99.5-1.el6.rf.x86_64.rpm an

6条回答
  •  攒了一身酷
    2021-02-06 03:24

    On Ubuntu 16.04

    sudo apt-get install yasm libmp3lame-dev
    

    Then configure ffmpeg to build from source with libmp3lame:

    ./configure --enable-gpl --enable-libmp3lame --enable-shared
    

提交回复
热议问题