Qt-XMMS
-------

This is an XMMS plugin for playing Quicktime movie files (.mov).  It
will not play Sorenson movies (the sort usually downloaded of the
Internet).

It makes use of SDL (http://www.libsdl.org/) and
libquicktime4linux (http://heroinewarrior.com/quicktime.php3).

To compile this package, you will need to install both these packages,
as well as the -dev packages (if using precompiled packages).

If your distribution doesn't include libquicktime4linux, you can,
instead of installing it (since there is not "make install"), simply
unpack it into this directory, configure it, make it, then proceed to
configure and build qt-xmms.  eg:

# pwd
/usr/local/src/qt-xmms-0.1.0
# tar zxf quicktime4linux-1.3.tar.gz 
# cd quicktime4linux-1.3
# ./configure 
Configuring libquicktime
done
# make
gcc -c `./c_flags` atom.c
gcc -c `./c_flags` codecs.c
....
# cd ..
# ./configure 
# make
