OpenQuicktime
OpenQuicktime is an open-source library for playing Quicktime files (.movs). Apple has never mentioned anything about supporting Linux, but projects like OpenQuicktime and Xine will play many Quicktime files. This library is used by Ygdrasil for the movieTexture node, which plays Quicktimes over the surface of 3D models. You can get the source at: OpenQuicktime.orgOr Here. The second link is precompiled, you just have to install it.
- uncompress the archive
gunzip openquicktime-2.0.0a1.tar.gz tar -xvf openquicktime-2.0.0a1.tar - compile it:
cd openquicktime-2.0.0a1 make make install - Make sure /usr/local/lib is in your path.
in a text editor, open the file "/etc/ld.so.conf". make sure there is a line for /usr/local/lib./usr/X11R6/lib/Xaw95 /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/i486-linux/lib /usr/i486-linux-libc5/lib=libc5 /usr/i486-linux-libc6/lib=libc6 /usr/i486-linuxaout/lib /usr/i386-suse-linux/lib /usr/local/lib /usr/openwin/lib /opt/kde/lib /opt/kde2/lib /opt/kde3/lib /opt/gnome/lib /opt/gnome2/lib include /etc/ld.so.conf.d/*.conf
(c) Ben Chang