]> git.sesse.net Git - vlc/blobdiff - plugins/downmix/ac3_downmix_c.c
Some heavy changes today:
[vlc] / plugins / downmix / ac3_downmix_c.c
index 722b8f430c24dd95d7b2f3228fae4c47f6e1e713..e4efeeb48a543b60b295091e269901d4534e1bc9 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_downmix_c.c: ac3 downmix functions in C
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: ac3_downmix_c.c,v 1.3 2001/12/09 17:01:36 sam Exp $
+ * $Id: ac3_downmix_c.c,v 1.4 2001/12/30 07:09:54 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.
  *****************************************************************************/
 
-#define MODULE_NAME downmix
-#include "modules_inner.h"
-
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <string.h>                                              /* memcpy() */
 
-#include "common.h"
+#include <videolan/vlc.h>
 
 #include "ac3_downmix.h"