[MPlayer-users] Can't compile mplayer with amr
Christophe Ruelle
xtof at xtof.com
Thu Jul 12 20:32:23 CEST 2007
Hello,
I can't compile mplayer+amr codecs with the latest svn releases (it
worked 3-4 months ago for release dev-SVN-r22510-3.4.6)
I've added the amr codecs in libavcodec :
mkdir working
cd working
wget http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26073-530.zip
wget http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26104-540.zip
wget http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26204-530.zip
unzip -q 26073-530.zip
unzip -q 26104-540.zip
unzip -q 26204-530.zip
cd ..
mkdir amr
mkdir amr_float
mkdir amrwb_float
cd amr
unzip -q ../working/26073-530_ANSI_C_source_code.zip
mv c-code/* .
cd ..
cd amr_float
unzip -q ../working/26104-540_ANSI_C_source_code.zip
mv c-code/* .
cd ..
cd amrwb_float
unzip -q ../working/26204-530_ANSI-C_source_code.zip
mv c-code/* .
cd ../..
./configure --prefix=/usr/local --disable-gui --disable-smb --disable-
network
-->
(...)
Checking for libamr narrowband ... no
Checking for libamr wideband ... no
(...)
Codecs: x264 xvid libdv libamr_wb libamr_nb faac musepack
libtheora speex toolame twolame libmad liblzo gif
Has anything changed (I've read there have been changes in ffmpeg
(amr.o -> libamr.o etc...) ?
Any help will be greatly appreciated.
Thanks a lot,
Christophe.
More information about the MPlayer-users
mailing list