[g3dvl] Fix compile error.

Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
Johannes Obermayr 2011-04-27 18:51:59 +02:00 committed by Christian König
parent 2471acfc4c
commit f6f773189b

View 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);
}