]> git.sesse.net Git - vlc/blobdiff - plugins/downmix/ac3_downmix_3dn.c
Some heavy changes today:
[vlc] / plugins / downmix / ac3_downmix_3dn.c
index fb6d297fd27bff8c1623ffe3d28d841ac3180ea7..b9c37bab09ce9332decc531e2571e1c20995de35 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_downmix_3dn.c: accelerated 3D Now! ac3 downmix functions
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: ac3_downmix_3dn.c,v 1.8 2001/12/10 04:53:10 sam Exp $
+ * $Id: ac3_downmix_3dn.c,v 1.9 2001/12/30 07:09:54 sam Exp $
  *
  * Authors: Renaud Dartus <reno@videolan.org>
  *
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#define MODULE_NAME downmix3dn
-#include "modules_inner.h"
-
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
-#include "common.h"
+#include <videolan/vlc.h>
 
 #include "ac3_downmix.h"