X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/851812f3fc226d30b4dc26ba147977e9511a82ee..6ae3b055556cfa72d72bfbc4e5a2516a72f7d60b:/res/sounds/player 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