]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/adec_layer1.c
Some heavy changes today:
[vlc] / plugins / mpeg_adec / adec_layer1.c
index b9909afa23490edc4ebb7510acf14877d1efffcc..a66600c154fbf74cfa3ca9b41558dd5848986cf7 100644 (file)
@@ -2,7 +2,7 @@
  * adec_layer1.c: MPEG Layer I audio decoder
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: adec_layer1.c,v 1.4 2001/12/10 04:53:11 sam Exp $
+ * $Id: adec_layer1.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"
@@ -39,8 +34,6 @@
 #include "mpeg_adec.h"
 #include "adec_math.h"                                     /* DCT32(), PCM() */
 
-#include "modules_export.h"
-
 /**** wkn ****/
 
 static float adec_scalefactor_table[64] =