2009. november 19., csütörtök

MPlayer on Mac OSX Snow Leopard from source

I found a very good howto on Brenton Fletcher's blog.

1. we get the last mplayer version from svn:
 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
2. go to the mplayer directory and configure:
 ./configure --target=x86_64-Darwin
3. Run make
 make
- if you have error:
Download the missing libraries, etc.:
 sudo port install  +universal
or edit the "config.h" in mplayer directory
 #define HAVE_EBX_AVAILABLE 1
to
#define HAVE_EBX_AVAILABLE 0
Then run make again.
or if you have error with SDL, try this configure command:
 ./configure --target=x86_64-Darwin --disable-sdl
4.
 sudo make install

Work on my Snow Leoprad 10.6.2!

Nincsenek megjegyzések: