]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/adec_math.c
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / mpeg_adec / adec_math.c
similarity index 99%
rename from src/audio_decoder/adec_math.c
rename to plugins/mpeg_adec/adec_math.c
index 13f542b7457c92ef7ce5bc6e540285be829a598a..a68092fa0380a4ed2d518704cc9a6d7b910de78e 100644 (file)
@@ -2,7 +2,7 @@
  * adec_math.c: Inverse Discrete Cosine Transform and Pulse Code Modulation
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: adec_math.c,v 1.3 2001/03/21 13:42:34 sam Exp $
+ * $Id: adec_math.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>
@@ -23,7 +23,7 @@
  *****************************************************************************/
 
 #include "int_types.h"
-#include "adec_generic.h"
+#include "mpeg_adec_generic.h"
 
 /*****************************************************************************
  * DCT32: Fast 32 points Discrete Cosine Transform