diff options
author | wm4 <wm4@nowhere> | 2014-12-03 21:07:18 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-12-03 21:07:18 +0100 |
commit | 031aef9be9052dce8ff7b7446b979b2e2d418b3d (patch) | |
tree | 3254c5ced6f0bcd7258dafc0ceeebd97333ee1b8 /waftools | |
parent | bfa7893fe9601f969aedd26f7cfdba92d919a8b3 (diff) |
vaapi/GLX: don't access VO backend
Same as with the VDA change.
Diffstat (limited to 'waftools')
-rw-r--r-- | waftools/fragments/gl_x11.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waftools/fragments/gl_x11.c b/waftools/fragments/gl_x11.c index 8f6c950f47..36f4ef1f09 100644 --- a/waftools/fragments/gl_x11.c +++ b/waftools/fragments/gl_x11.c @@ -7,6 +7,7 @@ int main(int argc, char *argv[]) { glXCreateContext(NULL, NULL, NULL, True); glXQueryExtensionsString(NULL, 0); glXGetProcAddressARB(""); + glXGetCurrentDisplay(); glFinish(); return 0; } |