lik <[EMAIL PROTECTED]> writes: [...]
> So to install the new version of FFMPEG you have first to remove the > libavcodec packages: >> apt-get remove libavcodec-dev >> apt-get remove libavcodec1d >> apt-get remove libavcodec0d > > then download the FFMPEG from http://ffmpeg.mplayerhq.hu/download.html > (the bare sources are fine) > > decompress and browse to the FFMPEG sources directory, and use these > commands: ( --prefix=/usr is needed only under debian) >> ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared >> make >> make install More easy : http://www.debian-multimedia.org/ Christian