]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_decoder.c
* Fixed detection of the esd plugin.
[vlc] / plugins / ac3_adec / ac3_decoder.c
index c49d25e8aa36d33ebb250352335570235ecfab42..f895cbcca0b21157ccbfc92cc3bd84b60718fe6a 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_decoder.c: core ac3 decoder
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_decoder.c,v 1.3 2001/11/28 15:08:04 massiot Exp $
+ * $Id: ac3_decoder.c,v 1.6 2001/12/30 07:09:54 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@zoy.org>
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <string.h>                                              /* memcpy() */
 
-#include "config.h"
-#include "common.h"
-#include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
-#include "threads.h"
-#include "mtime.h"
+#include <videolan/vlc.h>
 
 #include "audio_output.h"
 
-#include "modules.h"
-#include "modules_export.h"
-
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
-
 #include "ac3_imdct.h"
 #include "ac3_downmix.h"
 #include "ac3_decoder.h"