]> git.sesse.net Git - vlc/blobdiff - include/vlc/vout.h
cosmetics
[vlc] / include / vlc / vout.h
index 6f716229717bea16f9d23c965db12e1831da0279..00c67a234aae3d8ba0a80010d4ceb509fe8a090c 100644 (file)
@@ -1,14 +1,14 @@
 /*****************************************************************************
  * vout.h: video output header for vlc
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: vout.h,v 1.1 2002/06/01 12:31:58 sam Exp $
+ * Copyright (C) 2002 the VideoLAN team
+ * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -34,8 +34,9 @@ extern "C" {
 /*****************************************************************************
  * Required internal headers
  *****************************************************************************/
-#include "video.h"
+#include "vlc_video.h"
 #include "video_output.h"
+#include "vlc_spu.h"
 
 # ifdef __cplusplus
 }