removal of //-style comments don't link plugins to core libs -- the versioning is...
authorAndy Wingo <wingo@pobox.com>
Tue, 19 Mar 2002 04:10:05 +0000 (04:10 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 19 Mar 2002 04:10:05 +0000 (04:10 +0000)
commit33a7cb4fb4be3cf018adf6517fbfe8ef6d6b1eb0
tree667959c650d7f517e48eea6ae704e4d9d004465d
parentc30d0dd82afc63b204d9993bdd21a6138994c796
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...

Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
ext/lame/Makefile.am
ext/lame/gstlame.c