]> git.sesse.net Git - vlc/blobdiff - include/vlc/vout.h
* ALL: separation of the SPU engine from the VOUT.
[vlc] / include / vlc / vout.h
index 2857e86c056e16f2e9ac930665ec35430dd062d1..cebe310d6212d6591fd8e07521d672670395429a 100644 (file)
@@ -2,7 +2,7 @@
  * vout.h: video output header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vout.h,v 1.3 2004/01/25 18:17:08 zorglub Exp $
+ * $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
@@ -36,6 +36,7 @@ extern "C" {
  *****************************************************************************/
 #include "vlc_video.h"
 #include "video_output.h"
+#include "vlc_spu.h"
 
 # ifdef __cplusplus
 }