From d69185d92ff91e2a252a861be3bdb6fae7837b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 21 Nov 2005 14:18:56 +0000 Subject: *BUGFIX* M$VC port update: - doc update. - added none plugins (meant TWO none plugins) - fix some compile warnings - update due to the alphablend - install the headers too CVS patchset: 7810 CVS date: 2005/11/21 14:18:56 --- src/video_out/video_out_directx.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/video_out/video_out_directx.c b/src/video_out/video_out_directx.c index 71bcf4217..7e9bbbf4c 100755 --- a/src/video_out/video_out_directx.c +++ b/src/video_out/video_out_directx.c @@ -20,7 +20,7 @@ * video_out_directx.c, direct draw video output plugin for xine * by Matthew Grooms * - * $Id: video_out_directx.c,v 1.26 2005/09/25 00:44:04 miguelfreitas Exp $ + * $Id: video_out_directx.c,v 1.27 2005/11/21 14:18:56 valtri Exp $ */ typedef unsigned char boolean; @@ -30,16 +30,16 @@ typedef unsigned char boolean; #include -#include "xine.h" -#include "video_out.h" -#include "xine_internal.h" - #define LOG_MODULE "video_out_directx" #define LOG_VERBOSE /* #define LOG */ +#include "xine.h" +#include "video_out.h" +#include "xine_internal.h" + #include "xine_internal.h" #include "yuv2rgb.h" -- cgit v1.2.3