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)
commitf6c63f0d8e2ecf2bdc576f5c736e39698829f7cf
treef933b23324ea443f1550a84a3c944ab70744d5a4
parent29ea57179fa058a32937aa1c0ac23d2c781fd759
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.
36 files changed:
examples/gob/Makefile.am
ext/a52dec/Makefile.am
ext/dvdread/Makefile.am
ext/dvdread/demo-play.c
ext/dvdread/dvdsrc.c
ext/dvdread/dvdsrc.h
ext/lame/Makefile.am
ext/lame/gstlame.c
ext/mad/Makefile.am
ext/mpeg2dec/Makefile.am
ext/mpeg2dec/gstmpeg2dec.c
ext/sidplay/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/ac3parse/Makefile.am
gst/mpegaudioparse/Makefile.am
gst/mpegaudioparse/gstmp3types.c
gst/mpegaudioparse/gstmpegaudioparse.c
gst/mpegaudioparse/gstmpegaudioparse.h
gst/mpegstream/Makefile.am
gst/synaesthesia/Makefile.am
gst/synaesthesia/gstsynaesthesia.c
gst/synaesthesia/synaescope.c