]> git.sesse.net Git - vlc/blobdiff - src/audio_output/aout_spdif.c
Some heavy changes today:
[vlc] / src / audio_output / aout_spdif.c
index cd5d80de30dd9543a4ee575f8d39eb9fba53fe98..958003277ca877a025e38a4f57a2abd5beb52006 100644 (file)
@@ -2,7 +2,7 @@
  * aout_spdif: ac3 passthrough output
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: aout_spdif.c,v 1.20 2001/12/09 17:01:37 sam Exp $
+ * $Id: aout_spdif.c,v 1.21 2001/12/30 07:09:56 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Stéphane Borel <stef@via.ecp.fr>
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                            /* calloc(), malloc(), free() */
 #include <string.h>                                              /* memset() */
 
-#include "common.h"
-#include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
-#include "threads.h"
-#include "mtime.h"                             /* mtime_t, mdate(), msleep() */
+#include <videolan/vlc.h>
 
 #include "audio_output.h"
 #include "aout_common.h"