These patches allow you to adjust the static (for BasicLinux) MPlayer
1.0pre7try2 binary. By successfully applying any of these patches, you will end
up with a different binary. The patches beginning 'mplayer-default' must be
applied first, and then the others may be applied in turn as implied by their
filenames.

To apply patches, use the included 'bspatch' utility. Syntax is:
bspatch inputfile outputfile patchfile

Examples:

To install a glibc-dependent MEncoder to /usr/local/bin/mencoder:

./bspatch /usr/local/bin/mplayer /usr/local/bin/mencoder.static mplayer-default-to-mencoder-static
./bspatch /usr/local/bin/mencoder.static /usr/local/bin/mencoder mencoder-static-to-dynamic
rm -f /usr/local/bin/mencoder.static
chmod +x /usr/local/bin/mencoder

To install a Slackware 7.1 (or BL2)-compatible dynamic MPlayer without svgalib
support:

./bspatch /usr/local/bin/mplayer /tmp/mplayer.tmp mplayer-default-to-glibc22-svga
rm -f /usr/local/bin/mplayer
./bspatch /tmp/mplayer.tmp /tmp/mplayer2.tmp mplayer-glibc22-svga-to-glibc21
rm -f /tmp/mplayer.tmp
./bspatch /tmp/mplayer2.tmp /usr/local/bin/mplayer mplayer-glibc22-svga-to-nosvga
rm -f /tmp/mplayer2.tmp
chmod +x /usr/local/bin/mplayer
