diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-04-19 17:30:40 +0200 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-04-19 19:32:02 +0200 |
commit | 4da73abcc46755c687a3ca394f3e4435e0be4de9 (patch) | |
tree | 93c874f678bb70ee864c67554b3c7b15117dbe57 /.gitmodules | |
parent | 9c42b7cae9d4f114eee2b7f920900c6f2acf24e6 (diff) |
ext: Add libav as a git submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1ba590b..2585cfb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "common"] path = common url = git://anongit.freedesktop.org/gstreamer/common +[submodule "gst-libs/ext/libav"] + path = gst-libs/ext/libav + url = git://git.libav.org/libav.git |