mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
@@ -142,7 +142,7 @@ Status XvMCCreateContext(Display *display, XvPortID port,
|
||||
return XvMCBadContext;
|
||||
}
|
||||
|
||||
if(!flags & XVMC_DIRECT) {
|
||||
if(!(flags & XVMC_DIRECT)) {
|
||||
/* Indirect */
|
||||
printf("Indirect Rendering not supported!\nUsing Direct.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user