--- programs/Xserver/Xext/xvmc.c.orig 2004-11-22 10:03:00.000000000 +0100 +++ programs/Xserver/Xext/xvmc.c 2004-11-22 14:22:28.796049451 +0100 @@ -551,6 +551,7 @@ return Success; } +#if defined(XFree86LOADER) static int ProcXvMCGetDRInfo(ClientPtr client) { @@ -619,6 +620,7 @@ } return Success; } +#endif int (*ProcXvMCVector[xvmcNumRequest])(ClientPtr) = { @@ -630,8 +632,10 @@ ProcXvMCDestroySurface, ProcXvMCCreateSubpicture, ProcXvMCDestroySubpicture, - ProcXvMCListSubpictureTypes, - ProcXvMCGetDRInfo + ProcXvMCListSubpictureTypes +#if defined(XFree86LOADER) + ,ProcXvMCGetDRInfo +#endif }; static int