SIS driver: Fix compilation for pre-6.8.2

This commit is contained in:
Thomas Winischhofer
2004-10-29 10:38:47 +00:00
parent 43f68e100d
commit c7737cae58

View File

@@ -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) {