evas - gl-x11 - extensions - be more specific about video_sync extn

this should avoid false-positive detection for this extension - other
extensions share string content
This commit is contained in:
Carsten Haitzler 2014-07-30 16:16:45 +09:00
parent 444b62c51c
commit beb7e6e611
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ gl_extn_veto(Render_Engine *re)
glsym_glXBindTexImage = NULL;
glsym_glXReleaseTexImage = NULL;
}
if (!strstr(str, "_video_sync"))
if (!strstr(str, "GLX_SGI_video_sync"))
{
glsym_glXGetVideoSync = NULL;
glsym_glXWaitVideoSync = NULL;