]> git.sesse.net Git - vlc/blobdiff - plugins/imdct/ac3_imdct_common.c
Some heavy changes today:
[vlc] / plugins / imdct / ac3_imdct_common.c
index 634e238688b09ec8b5be7a72497fb0038e19f657..73a28f5a459fb3ca98dd7ba79ca0a7f553d95b5d 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_imdct_common.c: common ac3 DCT functions
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: ac3_imdct_common.c,v 1.5 2001/12/09 17:01:36 sam Exp $
+ * $Id: ac3_imdct_common.c,v 1.6 2001/12/30 07:09:55 sam Exp $
  *
  * Authors: Renaud Dartus <reno@videolan.org>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-/* MODULE_NAME defined in Makefile together with -DBUILTIN */
-#ifdef BUILTIN
-#   include "modules_inner.h"
-#else
-#   define _M( foo ) foo
-#endif
-
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
-#include <string.h>                                              /* memcpy() */
-
 #include <math.h>
 #include <stdio.h>
 
-#include "common.h"
+#include <videolan/vlc.h>
 
 #include "ac3_imdct.h"
 #include "ac3_retables.h"