mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 22:08:10 +02:00
[g3dvl] Fix compile error.
Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
parent
2471acfc4c
commit
f6f773189b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue