From d1c1056309dcfd771da97cf53d46676533b9e419 Mon Sep 17 00:00:00 2001 From: Felix Kuehling Date: Thu, 1 Apr 2004 11:10:18 +0000 Subject: Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This fixes a missing symbol in libGLcore.a. --- src/mesa/tnl/t_vtx_x86.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mesa/tnl/t_vtx_x86.c b/src/mesa/tnl/t_vtx_x86.c index 3f3a198a24..96ec1f9d7e 100644 --- a/src/mesa/tnl/t_vtx_x86.c +++ b/src/mesa/tnl/t_vtx_x86.c @@ -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 -- cgit v1.2.3