Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This
authorFelix Kuehling <fxkuehl@gmx.de>
Thu, 1 Apr 2004 11:10:18 +0000 (11:10 +0000)
committerFelix Kuehling <fxkuehl@gmx.de>
Thu, 1 Apr 2004 11:10:18 +0000 (11:10 +0000)
fixes a missing symbol in libGLcore.a.

src/mesa/tnl/t_vtx_x86.c

index 3f3a198a2433a85f53870ea816f04a81419950a5..96ec1f9d7eef72eca7cf7d0b723f14f75ee0e7da 100644 (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