1. First install subversion and ruby via yum or up2date: yum -y install subversion ruby yum install subversion* yum install ncurses-devel* 2. make ffmpeg cd / mkdir ffmpeg mkdir /usr/local/ffmpeg cd /usr/local/ffmpeg 3. Now we need to install MPlayer & FFmpeg sources from SVN: cd /ffmpeg svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mpl..