ffmpeg installation error
Posted
by Thomas
on Server Fault
See other posts from Server Fault
or by Thomas
Published on 2010-03-16T14:31:55Z
Indexed on
2010/03/16
14:36 UTC
Read the original article
Hit count: 290
ffmpeg
Now that I"m down to the last part to install the FFMPEG it tells me to do the following cd /usr/local/src/ffmpeg/
./configure --enable-libmp3lame --enable-libogg --enable-libamr-nb --enable-libamr-wb --enable-libvorbis --disable-mmx --enable-shared make make install
ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50 ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51 ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49 ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0 ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51
When i get to the part
./configure --enable-libmp3lame --enable-libogg --enable-libamr-nb --enable-libamr-wb --enable-libvorbis --disable-mmx --enable-shared
I get the error Unknown option "--enable-libogg". See ./configure --help for available options.
I've tried removing the --enable-libogg but does not seem to help.
© Server Fault or respective owner