]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/adec_layer2.c
Some heavy changes today:
[vlc] / plugins / mpeg_adec / adec_layer2.c
index af8fa7f789335c1e61eb3a37d2a8cc30c8d8baec..73dd904a0101b31b175c3712445b9d93648ca977 100644 (file)
@@ -2,7 +2,7 @@
  * adec_layer2.c: MPEG Layer II audio decoder
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: adec_layer2.c,v 1.4 2001/12/10 04:53:11 sam Exp $
+ * $Id: adec_layer2.c,v 1.5 2001/12/30 07:09:55 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@via.ecp.fr>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#include "defs.h"
-
 #include <stdlib.h>                                                  /* NULL */
 #include <string.h>                                    /* memcpy(), memset() */
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
+#include <videolan/vlc.h>
+
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
@@ -38,8 +34,6 @@
 #include "mpeg_adec.h"
 #include "adec_math.h"                                     /* DCT32(), PCM() */
 
-#include "modules_export.h"
-
 /**** wkn ****/
 
 static float adec_scalefactor_table[64] =