diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-11 17:20:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-12 11:14:36 +0100 |
commit | 7f8f8bdb4a1fb695a114874c4679605ac8911e2d (patch) | |
tree | 44a853508884ea37ae4ac21057f24f009edd8d94 /.gitignore | |
parent | 66d332340e2df628569c81448ab9e11287056541 (diff) | |
download | PeerTube-7f8f8bdb4a1fb695a114874c4679605ac8911e2d.tar.gz PeerTube-7f8f8bdb4a1fb695a114874c4679605ac8911e2d.tar.zst PeerTube-7f8f8bdb4a1fb695a114874c4679605ac8911e2d.zip |
HLS is only supported by ffmpeg 4
Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a31da70a9..681004527 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -17,6 +17,7 @@ | |||
17 | /config/local* | 17 | /config/local* |
18 | /ffmpeg/ | 18 | /ffmpeg/ |
19 | /ffmpeg-4/ | 19 | /ffmpeg-4/ |
20 | /ffmpeg-3/ | ||
20 | /thumbnails/ | 21 | /thumbnails/ |
21 | /torrents/ | 22 | /torrents/ |
22 | /videos/ | 23 | /videos/ |