Mercurial > pidgin
diff src/sound.c @ 2186:08781af8e3a9
[gaim-migrate @ 2196]
hola
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 28 Aug 2001 19:04:09 +0000 |
| parents | 94ee8eacb6f8 |
| children | a654354eee8b |
line wrap: on
line diff
--- a/src/sound.c Tue Aug 28 18:57:09 2001 +0000 +++ b/src/sound.c Tue Aug 28 19:04:09 2001 +0000 @@ -242,7 +242,7 @@ return 1; } -static int play_artsc_file(char *file) +static int artsc_play_file(char *file) { struct stat stat_buf; unsigned char* buf = NULL; @@ -411,6 +411,11 @@ _exit(0); #endif +#ifdef ARTSC_SOUND + if (artsc_play_file(filename)) + _exit(0); +#endif + #ifdef NAS_SOUND if (play_nas_file(filename)) _exit(0);
