Installation of transcode
Everything that can be utilized by transcode should be installed first.
Installing transcode
Install transcode by running the following commands:
./configure --prefix=/usr --with-ogg --with-vorbis\
--with-libfame --with-lame --with-avifile \
--with-libpostproc-builddir=/usr/src/MPlayer-&mplayer-version; &&
make &&
make install