diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mc.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_mc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mc.h b/src/gallium/auxiliary/vl/vl_mc.h index 2c3b237eae2..b5066599a02 100644 --- a/src/gallium/auxiliary/vl/vl_mc.h +++ b/src/gallium/auxiliary/vl/vl_mc.h @@ -36,7 +36,7 @@ #include "vl_defines.h" #include "vl_types.h" -#define VL_MC_NUM_BLENDERS (1 << VL_MAX_PLANES) +#define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS) struct pipe_context; |