xf86-video-intel: src/i830_video.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Nov 30 01:13:53 PST 2009


 src/i830_video.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c10850c63f9f88fbf08135bc4dcef1e5a2c71ee6
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Nov 30 09:07:57 2009 +0000

    overlay: Fix build after 646b4a9483
    
    The compile cleanup was not without fault... Apparently I don't have
    XVMC enabled anymore and so missed that this variable is actually used.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/i830_video.c b/src/i830_video.c
index dd3aefa..b0403d4 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -1440,6 +1440,7 @@ i830_copy_video_data(ScrnInfoPtr scrn, intel_adaptor_private *adaptor_priv,
 		     INT32 x1, INT32 y1, INT32 x2, INT32 y2,
 		     int id, unsigned char *buf)
 {
+	intel_screen_private *intel = intel_get_screen_private(scrn);
 	int srcPitch = 0, srcPitch2 = 0;
 	int top, left, npixels, nlines, size;
 


More information about the xorg-commit mailing list