projects
/
micropolis
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add afplay to player script
[micropolis]
/
res
/
sounds
/
player
diff --git
a/res/sounds/player
b/res/sounds/player
index af26836209fb6819399f13f00d7b5c14f59db628..d85309ca28903d2b2f7cfab9d968bd00071d868c 100755
(executable)
--- 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
Impressum
,
Datenschutz