diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-12-11 15:18:13 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2015-12-11 16:00:29 +0000 |
commit | 1b49ae57064aadfab6567c8865ce5f9ff7c43cef (patch) | |
tree | d086e8b3c3779e3da9862c53ff0256e0bf20717d | |
parent | 905bfa94e07e57839760fc5c58138328dfcbfe3c (diff) | |
download | lorries-1b49ae57064aadfab6567c8865ce5f9ff7c43cef.tar.gz |
Adding ffmpeg lorry
We need this as a submodule to the gst-libav gstreamer module.
Change-Id: I32980a7c308de33b63611d58bb2490370d08732c
-rw-r--r-- | open-source-lorries/ffmpeg.lorry | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/open-source-lorries/ffmpeg.lorry b/open-source-lorries/ffmpeg.lorry new file mode 100644 index 0000000..3ec78b8 --- /dev/null +++ b/open-source-lorries/ffmpeg.lorry @@ -0,0 +1,7 @@ +{ + "ffmpeg": { + "type": "git", + "url": "git://source.ffmpeg.org/ffmpeg.git" + } +} + |