[vlc-commits] egl: Fix syntax error
Boris Egorov
git at videolan.org
Fri Oct 23 13:14:22 CEST 2015
vlc | branch: master | Boris Egorov <egorov at linux.com> | Fri Oct 23 15:42:24 2015 +0600| [983d64cc0ef7770efe5eec76419bfc69eefc8787] | committer: Jean-Baptiste Kempf
egl: Fix syntax error
Signed-off-by: Boris Egorov <egorov at linux.com>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=983d64cc0ef7770efe5eec76419bfc69eefc8787
---
modules/video_output/egl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/egl.c b/modules/video_output/egl.c
index 1f2d5b1..a10dd5a 100644
--- a/modules/video_output/egl.c
+++ b/modules/video_output/egl.c
@@ -245,8 +245,8 @@ static int Open (vlc_object_t *obj, const struct gl_api *api)
# ifdef __unix__
if (snum == XDefaultScreen(sys->x11))
sys->display = eglGetDisplay(sys->x11);
- }
# endif
+ }
#elif defined (USE_PLATFORM_WAYLAND)
sys->window = NULL;
More information about the vlc-commits
mailing list