]> git.sesse.net Git - vlc/blobdiff - include/audio_output.h
* Fixed the BeOS compile typo.
[vlc] / include / audio_output.h
index 449a9921ef6ad5323f79f289478d0185a4d49169..a8f1d15ecae9dd05f99ca059e3e0bf8bb81dbea7 100644 (file)
@@ -2,7 +2,7 @@
  * audio_output.h : audio output thread interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: audio_output.h,v 1.36 2001/05/30 05:19:03 stef Exp $
+ * $Id: audio_output.h,v 1.37 2001/05/30 17:03:11 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *
@@ -26,7 +26,7 @@
  *****************************************************************************
  * This global variable is accessed by any function using the audio output.
  *****************************************************************************/
-typedef struct
+typedef struct aout_bank_s
 {
     /* Array to all the audio outputs */
     struct aout_thread_s *pp_aout[ AOUT_MAX_THREADS ];