From 01acad2a27f178995bcfda3f752fd1dac545c109 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Fri, 14 Sep 2001 20:44:01 +0000 Subject: Fix xine --help audio plugin sensing. CVS patchset: 635 CVS date: 2001/09/14 20:44:01 --- src/audio_out/audio_alsa_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio_out/audio_alsa_out.c') diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 1984ae826..e887b277d 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton * * - * $Id: audio_alsa_out.c,v 1.27 2001/09/12 15:42:28 jcdutton Exp $ + * $Id: audio_alsa_out.c,v 1.28 2001/09/14 20:44:01 jcdutton Exp $ */ #ifdef HAVE_CONFIG_H @@ -531,7 +531,7 @@ ao_driver_t *init_audio_out_plugin (config_values_t *config) { } static ao_info_t ao_info_alsa9 = { - AUDIO_OUT_IFACE_VERSION, + AO_OUT_ALSA_IFACE_VERSION, "alsa09", "xine audio output plugin using alsa-compliant audio devices/drivers", 10 -- cgit v1.2.3