diff options
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 4f5ab434..9d9511eb 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -580,7 +580,7 @@ I830InitVideo(ScreenPtr pScreen) xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Set up textured video\n"); #ifdef XF86DRI - if (pI830->XvMCEnabled && IS_I9XX(pI830)) + if (/* pI830->XvMCEnabled && */IS_I9XX(pI830)) I915XvMCInitXv(pScrn, texturedAdaptor); #endif } else { |