removal of //-style comments don't link plugins to core libs -- the versioning is...
authorAndy Wingo <wingo@pobox.com>
Tue, 19 Mar 2002 04:09:41 +0000 (04:09 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 19 Mar 2002 04:09:41 +0000 (04:09 +0000)
commit16d56e8a03194c854f5037df9117ae5154879b7a
tree5d578dcc2cfdf519679df2a7488647d918c70aaf
parent7e54c58ea624fa5ac373225f39c0d8789aeb04fd
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.
.gitmodules [new file with mode: 0644]
common [new submodule]
ext/ffmpeg/gstffmpegdec.c
ext/ffmpeg/gstffmpegenc.c