mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This
fixes a missing symbol in libGLcore.a.
This commit is contained in:
parent
e5c7f44009
commit
d1c1056309
1 changed files with 5 additions and 0 deletions
|
|
@ -336,4 +336,9 @@ void _tnl_InitX86Codegen( struct _tnl_dynfn_generators *gen )
|
|||
(void) gen;
|
||||
}
|
||||
|
||||
void _tnl_x86_exec_vtxfmt_init( GLcontext *ctx )
|
||||
{
|
||||
(void) ctx;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue