]> git.sesse.net Git - vlc/blobdiff - plugins/imdct/ac3_imdct_common.c
* ALL: the first libvlc commit.
[vlc] / plugins / imdct / ac3_imdct_common.c
index 73a28f5a459fb3ca98dd7ba79ca0a7f553d95b5d..943197f2e97c977dbcec077a451c37427731ae5f 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.6 2001/12/30 07:09:55 sam Exp $
+ * $Id: ac3_imdct_common.c,v 1.7 2002/06/01 12:31:59 sam Exp $
  *
  * Authors: Renaud Dartus <reno@videolan.org>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -28,7 +28,7 @@
 #include <math.h>
 #include <stdio.h>
 
-#include <videolan/vlc.h>
+#include <vlc/vlc.h>
 
 #include "ac3_imdct.h"
 #include "ac3_retables.h"