These are the instructions for enabling Dirac support in Mplayer source code. 1. Download Dirac 0.8.0 from http://sourceforge.net/projects/dirac/ 2. Unpack the Dirac source tar xvzf dirac-0.8.0.tar.gz 3. Build and Install cd dirac-0.8.0 ./configure make make install The last step installs the Dirac share encoder and decoder libraries in /usr/local/lib (which is the default install point). 3. Download the MPlayer-1.0rc1 http://www.mplayerhq.hu/design7/dload.html 4. Unpack the source tar xvjf MPlayer-1.0rc1.tar.bz2 5. Apply the patch cd MPlayer-1.0rc1 patch -p1 < MPlayer-1.0rc1_dirac-0.8.x.patch 6. Build and Install ./configure make make install (If Dirac support is enabled, HAVE_DIRAC is defined in config.h)