ffmpeg + amr

ffmpeg + amr

Posted by: mahootnick
Posted on: 2007-10-23 11:02:00

Today I was trying to install 'ffmpeg + amr' from todays' SVN.
Dreamhost wiki information is all wrong. The './configure' line you give doesn't work - configure complains that
none of those options exist.

% ./configure --prefix=$HOME --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb
--enable-mp3lame
Unknown option "--enable-amr_nb".
See ./configure --help for available options.

So with --help's help I guessed that this might work:

./configure --enable-libamr_nb --enable-libamr_wb --enable-libmp3lame

it fails with:

ERROR: libamrnb not found
If you think configure made a mistake, make sure you are using the
latest
version from SVN. If the latest version fails, report the problem to
the
ffmpeg-devel at mplayerhq.hu mailing list or IRC #ffmpeg on
irc.freenode.net.
Include the log file "config.err" produced by configure as this will
help
solving the problem.

Tags: ffmpegsvndreamhostwgetmade a mistakewbprefixlatest versionircconfiguringsource code