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/xine-engine/audio_out.h | |
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/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 2b5d7bd52..d23db13f5 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.h,v 1.16 2001/09/11 14:17:20 jcdutton Exp $ + * $Id: audio_out.h,v 1.17 2001/09/14 20:44:01 jcdutton Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -34,7 +34,7 @@ extern "C" { #endif -#define AUDIO_OUT_IFACE_VERSION 1 +#define AUDIO_OUT_IFACE_VERSION 2 /* * ao_driver_s contains the driver every audio output |