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:06 +0000 (04:10 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 19 Mar 2002 04:10:06 +0000 (04:10 +0000)
commit1049c792c8796aa015a84421e79da298919a5afb
tree4ba0a35bbb04f3df338a0ae061ca70933043c755
parent1ee4a020437fa0dff0264768d80f425f87d986b1
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.
47 files changed:
examples/gob/Makefile.am
ext/alsa/Makefile.am
ext/alsa/gstalsa.c
ext/cdparanoia/Makefile.am
ext/gnomevfs/Makefile.am
ext/gnomevfs/gstgnomevfssrc.c
ext/vorbis/Makefile.am
gst-libs/gst/audio/Makefile.am
gst-libs/gst/audio/audio.c
gst-libs/gst/idct/Makefile.am
gst-libs/gst/idct/ieeetest.c
gst-libs/gst/idct/mmx32idct.c
gst-libs/gst/resample/Makefile.am
gst-libs/gst/resample/dtos.c
gst-libs/gst/resample/functable.c
gst-libs/gst/resample/resample.c
gst-libs/gst/resample/test.c
gst-libs/gst/riff/Makefile.am
gst-libs/gst/riff/riff.c
gst-libs/gst/riff/riffencode.c
gst-libs/gst/riff/riffparse.c
gst-libs/gst/riff/riffutil.c
gst/adder/Makefile.am
gst/audioscale/Makefile.am
gst/audioscale/gstaudioscale.c
gst/audioscale/gstaudioscale.h
gst/sine/Makefile.am
gst/sine/demo-dparams.c
gst/sine/gstsinesrc.c
gst/videoscale/Makefile.am
gst/videoscale/gstvideoscale.c
gst/videoscale/gstvideoscale.h
gst/videoscale/videoscale.c
gst/videoscale/videoscale_x86.c
gst/volume/Makefile.am
gst/volume/gstvolume.c
gst/volume/gstvolume.h
sys/v4l/Makefile.am
sys/v4l/gstv4lelement.c
sys/v4l/gstv4lmjpegsrc.c
sys/v4l/gstv4lsrc.c
sys/v4l/v4l-overlay_calls.c
sys/v4l/v4l_calls.c
sys/v4l/v4lmjpegsink_calls.c
sys/v4l/v4lmjpegsrc_calls.c
sys/v4l/v4lsrc_calls.c
tests/old/examples/gob/Makefile.am