add sources to sources.list

deb-src http://hapi:9999/ftp.ch.debian.org/debian etch main contrib non-free
deb http://ftp.debian-unofficial.org/debian etch main contrib non-free restricted

aptitude update
apt-get build-dep ffmpeg
apt-get source ffmpeg
aptitude install liblame-dev libfaad2-dev libfaac-dev libxvidcore4-dev liba52-0.7.4 liba52-0.7.4-dev
export DEB_BUILD_OPTIONS="risky"
cd ffmpeg-0.cvs20060823
dpkg-buildpackage -rfakeroot -uc -b
cd ..
dpkg -i lib*.deb
dpkg -i ffmpeg*.deb