diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-09-04 23:31:05 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-09-04 23:31:05 +0000 |
commit | 403f01979cef7e03b8322ddb870e3959c8de0f77 (patch) | |
tree | 0c40e03354069d59379b924ac9deeee0d17b10d8 /src/video_out/alphablend.c | |
parent | d1010f51a2cb07ba83d71423ab740a5a0c3d0934 (diff) | |
download | xine-lib-403f01979cef7e03b8322ddb870e3959c8de0f77.tar.gz xine-lib-403f01979cef7e03b8322ddb870e3959c8de0f77.tar.bz2 |
merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-)
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05
Diffstat (limited to 'src/video_out/alphablend.c')
-rw-r--r-- | src/video_out/alphablend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_out/alphablend.c b/src/video_out/alphablend.c index 07cb89dc4..1e9d19a6a 100644 --- a/src/video_out/alphablend.c +++ b/src/video_out/alphablend.c @@ -37,6 +37,7 @@ #include <stdio.h> #include <inttypes.h> +#include "xine_internal.h" #include "video_out.h" #include "alphablend.h" |