summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-19 04:09:41 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-19 04:09:41 +0000
commit16d56e8a03194c854f5037df9117ae5154879b7a (patch)
tree5d578dcc2cfdf519679df2a7488647d918c70aaf /.gitmodules
parent7e54c58ea624fa5ac373225f39c0d8789aeb04fd (diff)
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..1ba590b
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "common"]
+ path = common
+ url = git://anongit.freedesktop.org/gstreamer/common