]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/adec_layer1.c
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / mpeg_adec / adec_layer1.c
similarity index 98%
rename from src/audio_decoder/adec_layer1.c
rename to plugins/mpeg_adec/adec_layer1.c
index 0cae8a4899ea10dbaf88ca270cfea1dc4ceb6307..29c23451b803bd556d95ab186be9374322652397 100644 (file)
@@ -2,7 +2,7 @@
  * adec_layer1.c: MPEG Layer I audio decoder
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: adec_layer1.c,v 1.5 2001/04/12 01:52:45 sam Exp $
+ * $Id: adec_layer1.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 ****/