diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-11-21 14:18:56 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-11-21 14:18:56 +0000 |
commit | d69185d92ff91e2a252a861be3bdb6fae7837b2d (patch) | |
tree | cd489b07c8207ac5fa46cfec457553f17d4c645b /src | |
parent | 4c81497d907261580d3ff4685c4a542ecb5209a4 (diff) | |
download | xine-lib-d69185d92ff91e2a252a861be3bdb6fae7837b2d.tar.gz xine-lib-d69185d92ff91e2a252a861be3bdb6fae7837b2d.tar.bz2 |
*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
Diffstat (limited to 'src')
-rwxr-xr-x | src/video_out/video_out_directx.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 <elon@altavista.com> * - * $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 <pthread.h> -#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" |