[vlc-commits] wgl: fix build
Thomas Guillem
git at videolan.org
Wed May 23 18:06:02 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed May 23 18:05:40 2018 +0200| [ae6e9f55f8ce55059ef3847cd402d8196e3d2c24] | committer: Thomas Guillem
wgl: fix build
Regression introduced by bee130f6ad430577d249232263b97d485f2b0aea
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae6e9f55f8ce55059ef3847cd402d8196e3d2c24
---
modules/video_output/win32/wgl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_output/win32/wgl.c b/modules/video_output/win32/wgl.c
index 346025e771..51ec9b8176 100644
--- a/modules/video_output/win32/wgl.c
+++ b/modules/video_output/win32/wgl.c
@@ -220,7 +220,6 @@ static int Open(vlc_object_t *object)
gl->resize = NULL;
gl->swap = Swap;
gl->getProcAddress = OurGetProcAddress;
- gl->getCoreProcAddress = NULL;
if (sys->exts.GetExtensionsStringEXT || sys->exts.GetExtensionsStringARB)
gl->wgl.getExtensionsString = GetExtensionsString;
More information about the vlc-commits
mailing list