summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/drm_egl.c2
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,