mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-12 04:15:05 -05:00
add paplay
This commit is contained in:
parent
9790151ec0
commit
450b92f6c0
@ -2199,7 +2199,7 @@ static char *
|
|||||||
sound_find_command (void)
|
sound_find_command (void)
|
||||||
{
|
{
|
||||||
/* some sensible unix players. You're bound to have one of them */
|
/* 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;
|
char *cmd;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user