]> git.sesse.net Git - vlc/commit
* ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
authorGildas Bazin <gbazin@videolan.org>
Wed, 22 May 2002 19:31:33 +0000 (19:31 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 22 May 2002 19:31:33 +0000 (19:31 +0000)
commit0cd5d9133656183f9d25ba3b1019a6272487fcd9
tree489c04fe9507a3c016e784d448ef706398acc7fa
parent0f15b563f2dd5aaf6e05f8b11e3a76562b4759cb
* ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
* ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
   we don't do this, trying to use the class when the plugin is reloaded will
   cause a segfault.

PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
    an internal state which isn't updated when we reload the plugin.
plugins/directx/directx.c
src/misc/modules.c