]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_spdif/ac3_iec958.c
Some heavy changes today:
[vlc] / plugins / ac3_spdif / ac3_iec958.c
index faaee452cd79d02b5c7eb6363edff3ef8c87bc77..cc8d1f41886818a5ca0e310f19206848ad87b1e5 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_iec958.c: ac3 to spdif converter
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: ac3_iec958.c,v 1.4 2001/12/10 04:53:10 sam Exp $
+ * $Id: ac3_iec958.c,v 1.5 2001/12/30 07:09:54 sam Exp $
  *
  * Authors: Stéphane Borel <stef@via.ecp.fr>
  *          Juha Yrjola <jyrjola@cc.hut.fi>
 /****************************************************************************
  * Preamble
  ****************************************************************************/
-#include "defs.h"
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>                                              /* memset() */
 #include <fcntl.h>
 
+#include <videolan/vlc.h>
+
 #ifdef HAVE_UNISTD_H
-#include <unistd.h>
+#   include <unistd.h>
 #endif
 
-#include "common.h"
-#include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
-#include "threads.h"
-#include "mtime.h"
-
 #include "audio_output.h"
 
 #include "stream_control.h"
@@ -50,8 +45,6 @@
 #include "ac3_spdif.h"
 #include "ac3_iec958.h"
 
-#include "modules_export.h"
-
 /****************************************************************************
  * Local structures and tables
  ****************************************************************************/