# HG changeset patch # User reimar # Date 1367433968 0 # Node ID 959e6a52e5b0295efc118934c43a4fb45bb9eeea # Parent 10a63b5e651395807e24358985416540b8c0ed61 Fix define value. diff -r 10a63b5e6513 -r 959e6a52e5b0 libvo/vo_gl.c --- a/libvo/vo_gl.c Wed May 01 18:27:38 2013 +0000 +++ b/libvo/vo_gl.c Wed May 01 18:46:08 2013 +0000 @@ -105,7 +105,7 @@ static int use_aspect; static int use_ycbcr; #define MASK_ALL_YUV (~(1 << YUV_CONVERSION_NONE)) -#define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS))) +#define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS) | (1 << YUV_CONVERSION_COMBINERS_ATI) | (1 << YUV_CONVERSION_TEXT_FRAGMENT))) #define MASK_GAMMA_SUPPORT MASK_NOT_COMBINERS static int use_yuv; static int colorspace;