A little bit of work to do:

Download goom-2k4 from http://www.ios-software.com/?page=projet&quoi=1

build and install the goom-2k4 lib, I use:

AMD64 C flags
CFLAGS="-O9 -march=k8 -mtune=k8 -mmmx -msse -msse2 -m3dnow -fPIC -pipe" \
Pentium III C flags
CFLAGS="-O9 -march=pentium3 -mtune=pentium3 -fPIC -pipe" \
./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --enable-static \
  --enable-shared
make
make install


build and install the pygoom-2k4 lib.

Either modify the config.h for you machine
Or copy from mplayer source directory the config.h

Fix the CFLAGS in setup.py

To build the module
python setup.py build

To install the module
python setup.py install
