try play first.

This commit is contained in:
TingPing 2013-04-14 17:54:28 -03:00
parent a7ffdf3d65
commit 27d828172d
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {"aplay", "esdplay", "soxplay", "artsplay", NULL};
static const char * const progs[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL};
char *cmd;
int i = 0;