[OpenGL] Fix OpenGL glsl shader version numbers.
commitd5505899124ae95ff8f86db4bcd1f75f407ba6a2
authorAdrien Maglo <magsoft@videolan.org>
Sat, 29 Dec 2012 16:51:48 +0000 (29 17:51 +0100)
committerAdrien Maglo <magsoft@videolan.org>
Sat, 29 Dec 2012 16:51:48 +0000 (29 17:51 +0100)
tree24d35ea43a704d7130199b49ace4251a5a65fe09
parent1441746f8b96be8aee9990a76681975fdf23c209
[OpenGL] Fix OpenGL glsl shader version numbers.
It seems that standard OpenGL 2.0 requires version number to be equal to 120 contrary to OpenGL ES 2.0 that requires it to be equal to 100.
modules/video_output/opengl.c