]> git.sesse.net Git - vlc/commit
Mozilla: use --no-xlib
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 2 Jun 2010 18:36:53 +0000 (21:36 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 2 Jun 2010 18:36:53 +0000 (21:36 +0300)
commit9886f288158ad2a56d8e2d66910ccde2c87e7206
tree4266717fdfa0cf7b16b2ea246bb2a61bfc59a3ab
parent95c95cc91ac583b76582b63dfd6c95ca5fdde592
Mozilla: use --no-xlib

It will be hard to convince all Mozilla plugins-capable browsers to
call XInitThreads() early enough, if it ever happens. In the mean time,
make sure we use only pure XCB and avoid Xlib in VLC plugins.

Note: I did not check that the web plugins itself was not using Xlib
outside the main Mozilla browser thread.

This should fix #3662. We loose GLX and PulseAudio inside Mozilla.
projects/mozilla/vlcplugin.cpp