From 09878fb91a9eeac83056ef9907b09d916a8c99f4 Mon Sep 17 00:00:00 2001 From: Younes Manton Date: Sat, 7 Nov 2009 19:45:47 -0500 Subject: [PATCH] g3dvl: Unbreak debug build. --- src/gallium/drivers/softpipe/sp_video_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/softpipe/sp_video_context.c b/src/gallium/drivers/softpipe/sp_video_context.c index e6c8aff..f7231dc 100644 --- a/src/gallium/drivers/softpipe/sp_video_context.c +++ b/src/gallium/drivers/softpipe/sp_video_context.c @@ -339,7 +339,7 @@ sp_video_create_ex(struct pipe_context *pipe, enum pipe_video_profile profile, enum VL_MPEG12_MC_RENDERER_EMPTY_BLOCK eb_handling, bool pot_buffers) { - assert(screen); + assert(pipe); assert(width && height); switch (u_reduce_video_profile(profile)) { -- 2.7.4