]> git.sesse.net Git - vlc/commit
. src/misc/modules.c is in a workable state now.
authorSam Hocevar <sam@videolan.org>
Fri, 5 Jan 2001 18:06:33 +0000 (18:06 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 5 Jan 2001 18:06:33 +0000 (18:06 +0000)
commit6eb6044c0b7663994ccf1ffde3b32dc4e3a003c7
tree595d83857e73b0f24b99c10dde1160f2f6bd1549
parent2a8ef11d88512a2717f177f7f8da334feca030b5
 . src/misc/modules.c is in a workable state now.

  To test it, run ./configure with the --enable-null flag, which will
  compile the Null Module as a plugin. Watch the memory usage at the
  launch and when the plugin is released.
Makefile.in
include/main.h
include/modules.h
src/interface/interface.c
src/interface/main.c
src/misc/modules.c
src/misc/plugins.c