diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-09-14 20:44:01 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-09-14 20:44:01 +0000 |
commit | 01acad2a27f178995bcfda3f752fd1dac545c109 (patch) | |
tree | 3d3145448027e018d03bff75334872b809214f42 /src/audio_out/audio_alsa_out.c | |
parent | 3e3a332397c7505fdd71b57e337c07dfebb878ba (diff) | |
download | xine-lib-01acad2a27f178995bcfda3f752fd1dac545c109.tar.gz xine-lib-01acad2a27f178995bcfda3f752fd1dac545c109.tar.bz2 |
Fix xine --help audio plugin sensing.
CVS patchset: 635
CVS date: 2001/09/14 20:44:01
Diffstat (limited to 'src/audio_out/audio_alsa_out.c')
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <James@superbug.demon.co.uk> * * - * $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 |