diff --git a/src/ct_video.c b/src/ct_video.c index 568e0a3..6eeb625 100644 --- a/src/ct_video.c +++ b/src/ct_video.c @@ -103,7 +103,7 @@ static XF86VideoFormatRec Formats[NUM_FORMATS] = static XF86AttributeRec Attributes[NUM_ATTRIBUTES] = { - {XvSettable | XvGettable, 0, (1 << 24) - 1, "XV_COLORKEY"} + {XvSettable | XvGettable, 0, (1 << 24) - 1, (char*)"XV_COLORKEY"} }; #define NUM_IMAGES 4