diff options
author | wm4 <wm4@nowhere> | 2015-11-09 11:21:28 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-09 11:21:28 +0100 |
commit | 7d5282ea5d4d351d259e73b0051e7bd3e1658b53 (patch) | |
tree | d3a872b9979d5bf2b408eeb14d6d025c02b2009a /video | |
parent | f757163058c2e5c7136213b0f79923fcea34b71a (diff) |
vo_opengl: rename "drm_egl" to "drm-egl"
Diffstat (limited to 'video')
-rw-r--r-- | video/out/opengl/drm_egl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/drm_egl.c b/video/out/opengl/drm_egl.c index 5aa02ea2b7..f8e528201a 100644 --- a/video/out/opengl/drm_egl.c +++ b/video/out/opengl/drm_egl.c @@ -429,7 +429,7 @@ static void drm_egl_swap_buffers(MPGLContext *ctx) } const struct mpgl_driver mpgl_driver_drm_egl = { - .name = "drm_egl", + .name = "drm-egl", .priv_size = sizeof(struct priv), .init = drm_egl_init, .reconfig = drm_egl_reconfig, |