Archive for May, 2010

Fuppes Slackware 13.2 x86_64 with ffmpeg transcoding

install ffmpeg

install lame, mad, faad libraries

download fuppes SVN 660
it will give an error about not finding libavformat, so you need to add /usr/local/lib/pkgconfig
$ PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib/pkgconfig
$./configure –enable-mad –enable-faad –enable-lame –enable-transcoder-ffmpeg

No Comments