mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
ct_video: silence warning on const char in XvAttributeRec
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user