vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Jan 31 
18:37:05 2019 +0200| [88e5d92b151fde022afbf5d4419d3696d7ae56fc] | committer: 
Rémi Denis-Courmont

gl: remove stray #undef

vlc_gl_Create() is never #define'd.
Its first parameter is not a generic VLC object.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88e5d92b151fde022afbf5d4419d3696d7ae56fc
---

 src/video_output/opengl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video_output/opengl.c b/src/video_output/opengl.c
index c288fd83b4..5057b2b458 100644
--- a/src/video_output/opengl.c
+++ b/src/video_output/opengl.c
@@ -36,7 +36,7 @@ struct vlc_gl_priv_t
     vlc_gl_t gl;
     vlc_atomic_rc_t rc;
 };
-#undef vlc_gl_Create
+
 /**
  * Creates an OpenGL context (and its underlying surface).
  *

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to