comparison src/sound.c @ 1517:e6f9acc31500

[gaim-migrate @ 1527] Fixed a problem with NAS support. Yay :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 27 Feb 2001 17:05:01 +0000
parents 677e2c9e8baf
children bea407767ac1
comparison
equal deleted inserted replaced
1516:4faba1c2dc6b 1517:e6f9acc31500
331 if (play_esd_file(filename)) 331 if (play_esd_file(filename))
332 _exit(0); 332 _exit(0);
333 #endif 333 #endif
334 334
335 #ifdef NAS_SOUND 335 #ifdef NAS_SOUND
336 if (play_nas_file(filenae)) 336 if (play_nas_file(filename))
337 _exit(0); 337 _exit(0);
338 #endif 338 #endif
339 339
340 if (can_play_audio()) { 340 if (can_play_audio()) {
341 play_audio_file(filename); 341 play_audio_file(filename);