diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-02 15:22:56 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-02 21:40:59 -0700 |
| commit | 52b92b6ff3985b81d8ef513fea3d4d8b3c4bc6e5 (patch) | |
| tree | 09bea4d90c2f63ed41da77509731356b432c2d91 /.gitmodules | |
| parent | 07e26ae6c04733909fc8577c9d37fd70ce87e687 (diff) | |
Add ffmpeg 3.1
For now, a very minimal set of codecs is enabled. This will likely be expanded
later.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 87211e49..71af3b61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -134,3 +134,7 @@ path = media/alsa-lib/src url = git://git.alsa-project.org/alsa-lib.git ignore = all +[submodule "media/ffmpeg/src"] + path = media/ffmpeg/src + url = https://git.ffmpeg.org/ffmpeg.git + ignore = all |
