diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2002-12-22 00:35:04 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2002-12-22 00:35:04 +0000 |
commit | 614e17928e8f7b1bdc632fd934499cbfea165d8a (patch) | |
tree | 26887fbf9f785a69ec603c703ecda4650bbec829 /src/video_out/alphablend.c | |
parent | 1b71075127f7fdfad0c16cc8535cd2c2b4e01c3b (diff) | |
download | xine-lib-614e17928e8f7b1bdc632fd934499cbfea165d8a.tar.gz xine-lib-614e17928e8f7b1bdc632fd934499cbfea165d8a.tar.bz2 |
Make xine-lib compile with the SunPro compiler
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04
Diffstat (limited to 'src/video_out/alphablend.c')
-rw-r--r-- | src/video_out/alphablend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/alphablend.c b/src/video_out/alphablend.c index b0ef47813..9275db9f8 100644 --- a/src/video_out/alphablend.c +++ b/src/video_out/alphablend.c @@ -1,5 +1,5 @@ -//TOAST_SPU will define ALL spu entries - no matter the tranparency -//#define TOAST_SPU +/*TOAST_SPU will define ALL spu entries - no matter the tranparency*/ +/*#define TOAST_SPU*/ /* #define PRIV_CLUT */ /* Currently only blend_yuv(..) works */ /* |