diff options
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 0b70998e2..c96307471 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2004 the xine project * * This file is part of xine, a free video player. * @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.109 2004/09/22 20:29:17 miguelfreitas Exp $ + * $Id: video_out.h,v 1.110 2004/09/26 22:54:52 valtri Exp $ * * * xine version of video_out.h @@ -43,6 +43,8 @@ extern "C" { #include "config.h" #endif +#include <pthread.h> + #ifdef XINE_COMPILE # include "xine.h" # include "buffer.h" @@ -51,9 +53,6 @@ extern "C" { # include <xine/buffer.h> #endif -#include <inttypes.h> -#include <pthread.h> - typedef struct vo_frame_s vo_frame_t; typedef struct vo_driver_s vo_driver_t; |