diff options
author | Younes Manton <[email protected]> | 2009-11-07 19:45:47 -0500 |
---|---|---|
committer | Younes Manton <[email protected]> | 2009-11-07 19:45:47 -0500 |
commit | 09878fb91a9eeac83056ef9907b09d916a8c99f4 (patch) | |
tree | 9e903d1d86dfc939d3ea40e68da53f371c1e630b /src | |
parent | 181d034ad53db3daec0512bd8410fc96d1a3f5b5 (diff) |
g3dvl: Unbreak debug build.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_video_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |