diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-12-12 13:51:28 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-12-12 13:51:28 +0000 |
commit | dbdcb15d3e50484f1349748fe2cbe102320e032b (patch) | |
tree | 820a358140313eb0ed631522a78f399a21e7a880 /src/video_out/alphablend.c | |
parent | 1de00c1f9d0f1eba90be53b8dd9635b79b68dc2a (diff) | |
download | xine-lib-dbdcb15d3e50484f1349748fe2cbe102320e032b.tar.gz xine-lib-dbdcb15d3e50484f1349748fe2cbe102320e032b.tar.bz2 |
Check absolute path in $ac_aux_dir (just reflected from gxine).
Compilation fixes for cross-compiling with MinGW32.
CVS patchset: 7231
CVS date: 2004/12/12 13:51:28
Diffstat (limited to 'src/video_out/alphablend.c')
-rw-r--r-- | src/video_out/alphablend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_out/alphablend.c b/src/video_out/alphablend.c index 1d8980103..48e0bc633 100644 --- a/src/video_out/alphablend.c +++ b/src/video_out/alphablend.c @@ -33,7 +33,6 @@ #include <string.h> #include <stdlib.h> #include <stdio.h> -#include <inttypes.h> #include "xine_internal.h" #include "video_out.h" |