[FFmpeg-user] Help

Tim Nicholson nichot20 at yahoo.com
Tue Mar 27 10:31:22 CEST 2012


On 26/03/12 03:18, Dan Esquibel wrote:
> Hello I hope someone can help me. I get the following comment in the
> terminal:*"ERROR: libmp3lame >= 3.98.3 not found"*
> Then:* "If you think configure made a mistake, make sure you are using the
> latest version from Git. If the latest version fails, report the problem to
> the ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.log" produced by configure as this will help
> solving the problem."*
> 
>  I have no idea how to get the *"config.log"* and it doesn't look like any
> one goes to the #ffmpeg freenode IRC chat.

#ffmpeg is usually pretty active, but maybe not in your timezone..


The file in question is in the root of your ffmpeg source tree.

> 
> Can anyone help?
> 
> I'm copying and pasting from *"
> ubuntuforums.org/showpost.php?p=11483157&postcount=1945"
> *
>               * "HOW TO: Install and use the latest FFmpeg and x264 "*
> 
> I'm on no. 7:
> 
> *cd
> 
> git clone --depth 1 git://source.ffmpeg.org/ffmpeg
> 
> cd ffmpeg
> 
> ./configure --enable-gpl --enable-libfaac --enable-libmp3lame
> --enable-libopencore-amrnb \

So you are asking it to include the external lame library and the  error you
list above is telling you that it cannot find a version of that library no
earlier than version 3.98.3                                                        


You need to install a version of lame that matches this criteria, making sure you
include the "-devel" packages for the compiler to link against. 

> 
> --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis
> --enable-libvpx \
> 
> --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
> 

-- 
Tim


More information about the ffmpeg-user mailing list