Sample code for using xine library.
- muxine is a very small player that just creates a X11 window and play a given stream MRL.
Source code: muxine.c.
Compile muxine with:
gcc -Wall -O2 `xine-config --cflags` `xine-config --libs` -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lm -o muxine muxine.c