From: Younes Manton Date: Sun, 8 Nov 2009 00:45:47 +0000 (-0500) Subject: g3dvl: Unbreak debug build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09878fb91a9eeac83056ef9907b09d916a8c99f4;p=mesa.git g3dvl: Unbreak debug build. --- diff --git a/src/gallium/drivers/softpipe/sp_video_context.c b/src/gallium/drivers/softpipe/sp_video_context.c index e6c8affae92..f7231dc3f12 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)) {