[g3dvl] Fix compile error.
authorJohannes Obermayr <johannesobermayr@gmx.de>
Wed, 27 Apr 2011 16:51:59 +0000 (18:51 +0200)
committerChristian König <deathsimple@vodafone.de>
Thu, 28 Apr 2011 17:04:27 +0000 (19:04 +0200)
Signed-off-by: Christian König <deathsimple@vodafone.de>
src/gallium/drivers/nvfx/nvfx_video_context.c

index 9c9ccfe317dc8448441223b33b94c8cd8c1526dd..ff9931b54093650255838fff6e2bb9bdf539c732 100644 (file)
@@ -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);
 }