# HG changeset patch # User reimar # Date 1264701679 0 # Node ID 9e0db8b6957b2cd048d954882f2da4e190da0a6f # Parent f645f4ef40dc27e09c2bfa893d97e3f58957132e glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI, so do not try to use it. Patch by Stephen Warren [swarren nvidia com] diff -r f645f4ef40dc -r 9e0db8b6957b libvo/gl_common.c --- a/libvo/gl_common.c Thu Jan 28 13:02:46 2010 +0000 +++ b/libvo/gl_common.c Thu Jan 28 18:01:19 2010 +0000 @@ -441,7 +441,7 @@ {&ProgramString, "_program", {"glProgramStringARB", NULL}}, {&GetProgramiv, "_program", {"glGetProgramivARB", NULL}}, {&ProgramEnvParameter4f, "_program", {"glProgramEnvParameter4fARB", NULL}}, - {&SwapInterval, "_swap_control", {"glXSwapInterval", "glXSwapIntervalEXT", "glXSwapIntervalSGI", "wglSwapInterval", "wglSwapIntervalEXT", "wglSwapIntervalSGI", NULL}}, + {&SwapInterval, "_swap_control", {"glXSwapInterval", "glXSwapIntervalSGI", "wglSwapInterval", "wglSwapIntervalEXT", "wglSwapIntervalSGI", NULL}}, {&TexImage3D, NULL, {"glTexImage3D", NULL}}, {&AllocateMemoryMESA, "GLX_MESA_allocate_memory", {"glXAllocateMemoryMESA", NULL}}, {&FreeMemoryMESA, "GLX_MESA_allocate_memory", {"glXFreeMemoryMESA", NULL}},