diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-24 13:44:33 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-24 13:44:33 +0000 |
commit | 16e0fba576af5b5e005d619c4699c3d04ba11508 (patch) | |
tree | 6981f52e8216e3751439e0d4048d7d80dd91566b | |
parent | 068ac008bf737b1b3fb1e4d3a97d8c7f076cf860 (diff) | |
download | xine-lib-16e0fba576af5b5e005d619c4699c3d04ba11508.tar.gz xine-lib-16e0fba576af5b5e005d619c4699c3d04ba11508.tar.bz2 |
Fixed iface version of alsa plugin.
CVS patchset: 1103
CVS date: 2001/11/24 13:44:33
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4c75fa432..0fc18a88f 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl XINE_MAJOR=0 XINE_MINOR=9 XINE_SUB=5 -XINE_PRE="" +XINE_PRE="cvs" XINE_IFACE_AGE=0 XINE_BIN_AGE=0 diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 7b59cf225..acdba3885 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.37 2001/11/18 17:34:28 jcdutton Exp $ + * $Id: audio_alsa_out.c,v 1.38 2001/11/24 13:44:34 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -73,7 +73,7 @@ # endif #endif -#define AO_OUT_ALSA_IFACE_VERSION 2 +#define AO_OUT_ALSA_IFACE_VERSION 3 #define GAP_TOLERANCE 5000 |