From dfd980788abf3d0905a24204bf8d0554dc4d8a77 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 14 Jul 2001 12:50:33 +0000 Subject: cleaned up and finished spu_thread removal CVS patchset: 275 CVS date: 2001/07/14 12:50:33 --- src/audio_out/audio_alsa05_out.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/audio_out/audio_alsa05_out.c') diff --git a/src/audio_out/audio_alsa05_out.c b/src/audio_out/audio_alsa05_out.c index 9e3fd121f..bbc4c281e 100644 --- a/src/audio_out/audio_alsa05_out.c +++ b/src/audio_out/audio_alsa05_out.c @@ -24,7 +24,7 @@ * for the SPDIF AC3 sync part * (c) 2000 Andy Lo A Foe * - * $Id: audio_alsa05_out.c,v 1.3 2001/06/23 19:45:47 guenter Exp $ + * $Id: audio_alsa05_out.c,v 1.4 2001/07/14 12:50:33 guenter Exp $ */ /* required for swab() */ @@ -205,7 +205,6 @@ static int ao_open(ao_functions_t *this,uint32_t bits, uint32_t rate, int ao_mod xprintf (VERBOSE|AUDIO, "bits = %d, rate = %d, channels = %d\n", bits, rate, channels); -#warning "FIXME in libAC3" if(!rate) return 0; -- cgit v1.2.3