mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
SIS driver: Fix compilation for pre-6.8.2
This commit is contained in:
@@ -792,6 +792,8 @@ static Bool CheckOSforSSE(ScrnInfoPtr pScrn)
|
||||
|
||||
return (signo >= 0) ? FALSE : TRUE;
|
||||
#else
|
||||
SISPtr pSiS = SISPTR(pScrn);
|
||||
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
|
||||
"Checking OS for SSE support is supported in X.org 6.8.2 and later.\n");
|
||||
if(pSiS->XvSSEMemcpy) {
|
||||
|
||||
Reference in New Issue
Block a user