gl: fix core functions loading on Windows
commitb1f85289a6b0c07874cfe64daae6b75cbcc6b972
authorThomas Guillem <thomas@gllm.fr>
Thu, 31 Aug 2017 09:25:39 +0000 (31 11:25 +0200)
committerThomas Guillem <thomas@gllm.fr>
Thu, 31 Aug 2017 09:27:52 +0000 (31 11:27 +0200)
tree81d42d3023eb2a24d9b7835cbee6d38f90f7cac8
parentbb538b4eae7163bb1205f17a6b466deeca87302a
gl: fix core functions loading on Windows

Don't use vlc_gl_GetProcAddress() to fetch GL core functions.
It was working on other OSses than Windows since dlsym() was used.
modules/video_output/opengl/converter.h
modules/video_output/opengl/vout_helper.c