Mesa (pipe-video): [g3dvl] Fix compile error.

Christian König deathsimple at kemper.freedesktop.org
Wed May 4 16:59:16 UTC 2011


Module: Mesa
Branch: pipe-video
Commit: f6f773189b1fd315416470a91081f6ec0261dad7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6f773189b1fd315416470a91081f6ec0261dad7

Author: Johannes Obermayr <johannesobermayr at gmx.de>
Date:   Wed Apr 27 18:51:59 2011 +0200

[g3dvl] Fix compile error.

Signed-off-by: Christian König <deathsimple at vodafone.de>

---

 src/gallium/drivers/nvfx/nvfx_video_context.c |    2 +-
 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 9c9ccfe..ff9931b 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);
 }




More information about the mesa-commit mailing list