]> git.sesse.net Git - vlc/commit
* ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
authorSam Hocevar <sam@videolan.org>
Wed, 21 Aug 2002 17:31:58 +0000 (17:31 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 21 Aug 2002 17:31:58 +0000 (17:31 +0000)
commit28ad2fd075be37cb4258af5806896ab042897c09
tree35df339a576545074f061f43c30d486da2564117
parenta5a565cb0b6d5b361d680928446b7a3c3dd0b26a
  * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
    won't unload it. This makes us more fault-tolerant with crap libraries
    that are making use of atexit().
  * ./configure.in: svgalib can now be a plugin.
  * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
configure
configure.in
include/modules.h
include/modules_inner.h
modules/misc/gtk_main.c
modules/video_output/svgalib.c
src/misc/modules.c