I'm running AlienBBC and mplayer on a Mac mini Intel Duo Core running
Leopard 10.5.1.  I'm using the Macports mplayer port.  It will not
compile on the Intel platform, however, unless you add these arguments
to the configure.args section of
/opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/MPlayer/Portfile:

--disable-mmx --disable-sse \
--disable-x11 --disable-xinerama

Also, Macports installs apps in /opt/local/bin, not /usr/local/bin, so
I put a symbolic link in /usr/local/bin so mplayer.sh can find the
mplayer app:

[EMAIL PROTECTED] bin]$ cd /usr/local/bin
[EMAIL PROTECTED] bin]$ which mplayer
/opt/local/bin/mplayer
[EMAIL PROTECTED] bin]$ sudo ln -s /opt/local/bin/mplayer mplayer

And, as is documented elsewhere, you have to make sure mplayer.sh is
executable:

chmod +x /Users/steve/Library/SlimDevices/bin/mplayer.sh

Regards,

Steve


-- 
smagnuson
------------------------------------------------------------------------
smagnuson's Profile: http://forums.slimdevices.com/member.php?userid=9124
View this thread: http://forums.slimdevices.com/showthread.php?t=40929

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to