From: Michael Gernoth Date: Sun, 13 Jan 2008 23:05:37 +0000 (+0100) Subject: add afplay to player script X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/6ae3b055556cfa72d72bfbc4e5a2516a72f7d60b?hp=851812f3fc226d30b4dc26ba147977e9511a82ee add afplay to player script Thanks to Rafi Goldberg for telling me it is available on OS X 10.5 --- diff --git a/res/sounds/player b/res/sounds/player index af26836..d85309c 100755 --- a/res/sounds/player +++ b/res/sounds/player @@ -4,6 +4,9 @@ PLAYER= if [ -x "`which aplay`" ]; then PLAYER=aplay +elif [ -x "`which afplay`" ]; then + #afplay is shipped with OS X Leopard + PLAYER=afplay elif [ -x "`which play`" ]; then PLAYER=play elif [ -x "`which mplayer`" ]; then