diff options
author | TingPing <tngpng@gmail.com> | 2013-04-17 06:13:34 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-17 06:13:34 -0300 |
commit | 450b92f6c030017334385d6594024b6576a785b3 (patch) | |
tree | efe547a6d57c663c5c8b529ecd0e4d4971def34e /src/common/text.c | |
parent | 9790151ec063720bc3fb782a0964cf4213f4b75a (diff) |
add paplay
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c index 001fd9da..deb3c408 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -2199,7 +2199,7 @@ static char * sound_find_command (void) { /* some sensible unix players. You're bound to have one of them */ - static const char * const progs[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL}; + static const char * const progs[] = {"play", "paplay", "aplay", "esdplay", "artsplay", NULL}; char *cmd; int i = 0; |