]> git.sesse.net Git - vlc/commit
. complete commenting of modules_core.h and small modifications
authorSam Hocevar <sam@videolan.org>
Wed, 10 Jan 2001 02:33:59 +0000 (02:33 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 10 Jan 2001 02:33:59 +0000 (02:33 +0000)
commit9f553534b0e8edcb711e442d3d76f8d2eb2740aa
treecacf098db341d26a188ba78172e1fcca30d742de
parent9451c9b90e8aac8a6a9de40c34516ef2cb07a6b0
 . complete commenting of modules_core.h and small modifications
 . separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
 . fixed a very, very old bug that caused namespace collision between
   plugins (Henri, beware: call your aout_getplugin function like this,
   not alsa_aout_getplugin)
 . removed the Debian specific clean rules from the Makefile, since they
   are already handled by the debian/rules script.
 . tidied a few compilation rules (-lfoo should always be at the end)
Makefile.in
include/modules.h
include/modules_core.h
include/modules_inner.h
plugins/dsp/aout_dsp.c
plugins/dsp/dsp.c
plugins/esd/aout_esd.c
plugins/esd/esd.c
plugins/null/null.c
src/misc/modules.c
src/misc/plugins.c