]> git.zerfleddert.de Git - micropolis/blobdiff - res/sounds/player
add afplay to player script
[micropolis] / res / sounds / player
index af26836209fb6819399f13f00d7b5c14f59db628..d85309ca28903d2b2f7cfab9d968bd00071d868c 100755 (executable)
@@ -4,6 +4,9 @@ PLAYER=
 
 if [ -x "`which aplay`" ]; then
        PLAYER=aplay
 
 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
 elif [ -x "`which play`" ]; then
        PLAYER=play
 elif [ -x "`which mplayer`" ]; then
Impressum, Datenschutz