summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-09 11:21:28 +0100
committerwm4 <wm4@nowhere>2015-11-09 11:21:28 +0100
commit7d5282ea5d4d351d259e73b0051e7bd3e1658b53 (patch)
treed3a872b9979d5bf2b408eeb14d6d025c02b2009a /video
parentf757163058c2e5c7136213b0f79923fcea34b71a (diff)
downloadmpv-7d5282ea5d4d351d259e73b0051e7bd3e1658b53.tar.bz2
mpv-7d5282ea5d4d351d259e73b0051e7bd3e1658b53.tar.xz
vo_opengl: rename "drm_egl" to "drm-egl"
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,