From f6f773189b1fd315416470a91081f6ec0261dad7 Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Wed, 27 Apr 2011 18:51:59 +0200 Subject: [PATCH] [g3dvl] Fix compile error. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- src/gallium/drivers/nvfx/nvfx_video_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2