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:
Felix Kuehling 2004-04-01 11:10:18 +00:00
parent e5c7f44009
commit d1c1056309

View file

@ -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