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)
commitd6258153e0aa7d3fe89a31acd3e57b9c13de4464
tree92fd06f31c13bf0eee35395bfcef45ba6166c0d8
parent0f1d7549324aa62357580b1b35e61bec6b6482ab
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.
55 files changed:
examples/gob/Makefile.am
ext/aalib/Makefile.am
ext/dv/Makefile.am
ext/dv/demo-play.c
ext/dv/gstdvdec.c
ext/esd/Makefile.am
ext/esd/esdmon.c
ext/flac/Makefile.am
ext/flac/gstflacdec.c
ext/flac/gstflacenc.c
ext/jpeg/Makefile.am
ext/ladspa/Makefile.am
ext/ladspa/gstladspa.c
ext/ladspa/search.c
ext/mikmod/Makefile.am
ext/mikmod/gstmikmod.c
ext/mikmod/gstmikmod.h
ext/raw1394/Makefile.am
ext/raw1394/gstdv1394src.c
gst/auparse/Makefile.am
gst/auparse/gstauparse.c
gst/avi/Makefile.am
gst/avi/gstavidemux.c
gst/cutter/Makefile.am
gst/cutter/gstcutter.c
gst/cutter/gstcutter.h
gst/flx/Makefile.am
gst/goom/Makefile.am
gst/goom/filters.c
gst/goom/goom_core.c
gst/goom/goom_tools.h
gst/goom/gstgoom.c
gst/goom/lines.c
gst/law/Makefile.am
gst/level/Makefile.am
gst/level/gstlevel.c
gst/level/gstlevel.h
gst/median/Makefile.am
gst/monoscope/Makefile.am
gst/smoothwave/Makefile.am
gst/smoothwave/gstsmoothwave.c
gst/spectrum/Makefile.am
gst/spectrum/gstspectrum.c
gst/udp/Makefile.am
gst/udp/gstudpsink.c
gst/udp/gstudpsrc.c
gst/wavparse/Makefile.am
gst/wavparse/gstriff.c
gst/wavparse/gstwavparse.c
sys/oss/Makefile.am
sys/oss/gstossclock.c
sys/oss/gstossgst.c
sys/oss/gstosshelper.c
sys/oss/gstosssrc.c
tests/examples/spectrum/demo-osssrc.c