ERROR: libmp3lame >= 3.98.3 not found

后端 未结 6 1936
一生所求
一生所求 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:42

    this is my way:

    install X11,and goto ffmpeg path,and code this in the Terminal:

        pkg-config usr/local/lib
        pkg-config usr/lib
        pkg-config usr/X11/lib
    

    then code ./configure xxxx.

提交回复
热议问题