]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/adec_layer2.c
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / mpeg_adec / adec_layer2.c
similarity index 99%
rename from src/audio_decoder/adec_layer2.c
rename to plugins/mpeg_adec/adec_layer2.c
index 70aa0eb7b1d2fd91d0c93108b9d9c8f028babf7e..1bd3ee86c5e28f5683897c7965bf29e23bf636c5 100644 (file)
@@ -2,7 +2,7 @@
  * adec_layer2.c: MPEG Layer II audio decoder
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: adec_layer2.c,v 1.5 2001/04/12 01:52:45 sam Exp $
+ * $Id: adec_layer2.c,v 1.1 2001/11/13 12:09:18 henri Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@via.ecp.fr>
 #include "common.h"
 #include "threads.h"
 #include "mtime.h"
+#include "modules_export.h"
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
-#include "adec_generic.h"
-#include "audio_decoder.h"
+#include "mpeg_adec_generic.h"
+#include "mpeg_adec.h"
 #include "adec_math.h"                                     /* DCT32(), PCM() */
 
 /**** wkn ****/