summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
diff options
context:
space:
mode:
authorJohannes Obermayr <[email protected]>2011-04-27 18:51:59 +0200
committerChristian König <[email protected]>2011-04-28 19:04:27 +0200
commitf6f773189b1fd315416470a91081f6ec0261dad7 (patch)
tree05a8528a790b5178ee8a413c606a1ad4f1da93cc /src/gallium/drivers/nvfx
parent2471acfc4c051d480861265011fa5e77fad02887 (diff)
[g3dvl] Fix compile error.
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nvfx')
-rw-r--r--src/gallium/drivers/nvfx/nvfx_video_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_video_context.c b/src/gallium/drivers/nvfx/nvfx_video_context.c
index 9c9ccfe317d..ff9931b5409 100644
--- a/src/gallium/drivers/nvfx/nvfx_video_context.c
+++ b/src/gallium/drivers/nvfx/nvfx_video_context.c
@@ -40,5 +40,5 @@ nvfx_video_create(struct pipe_screen *screen, void *priv)
if (!pipe)
return NULL;
- return vl_create_context(pipe, profile, true);
+ return vl_create_context(pipe, true);
}