Jon Simpson
mplayer on Mac OS X Snow Leopard
The correct compile magic to get mplayer building on 10.6. Summarizes down to compile with --target=x86_64-Darwin
and change HAVE_EBX_AVAILABLE
in config.h from 1
to 0
. Handy in advance of mplayer’s svn tree detecting 10.6 correctly in the configure process.