]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_exponent.c
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / ac3_adec / ac3_exponent.c
similarity index 97%
rename from src/ac3_decoder/ac3_exponent.c
rename to plugins/ac3_adec/ac3_exponent.c
index f9bb5c4cee7b8ab4d0de753b8ed4b02804715fbd..d1cb1f3e6b8d383ee58b485bbe8fe1e36b9d7fab 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_exponent.c: ac3 exponent calculations
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: ac3_exponent.c,v 1.25 2001/05/15 16:19:42 sam Exp $
+ * $Id: ac3_exponent.c,v 1.1 2001/11/13 12:09:17 henri Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@zoy.org>
 #include "common.h"
 #include "threads.h"
 #include "mtime.h"
-
 #include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
 
+#include "audio_output.h"
+
+#include "modules_export.h"
+
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
-#include "audio_output.h"
 
 #include "ac3_imdct.h"
 #include "ac3_downmix.h"