]> git.sesse.net Git - vlc/commit
opengl: fix an crash/hang on exit because opengl needs the init and end to be done...
authorRémi Duraffort <ivoire@videolan.org>
Wed, 22 Jul 2009 08:48:46 +0000 (10:48 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 22 Jul 2009 18:24:26 +0000 (20:24 +0200)
commit153dd4aa04adbf9d8448d25d711f53bd00a89330
tree01691e0ac971cb5cf090bd4729978271d111a12f
parentbf8f6ebcaec49c31b4dbb9b0b632ba5204d0de7d
opengl: fix an crash/hang on exit because opengl needs the init and end to be done in the same thread.
modules/video_output/opengl.c