[FFmpeg-user] not able to build libmp3lame.so using command
Sudarshan
sjtech9 at gmail.com
Fri Oct 4 14:15:26 CEST 2013
Hi All,
I am compiling the libmp3lame, and wanted to creat libmp3lame.so but failed
to do it
I used following steps from the Centos OS compilation guild by the ffmpeg
team.
cd ~/ffmpeg_sources
curl -L -O
http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
tar xzvf lame-3.99.5.tar.gz
cd lame-3.99.5
./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin"
--enable-shared --enable-static
make
also I have tried to remove static flag from configuration and compilated
but it don't generate libmp3lame.so
if you need my log, let me know I will provide it.
thanks,
Sudarshan
More information about the ffmpeg-user
mailing list