ffmpeg_4: init

This commit is contained in:
Yegor Timoshenko
2018-05-10 17:44:40 +03:00
parent 6cc732ebbe
commit 956d174c8d
3 changed files with 17 additions and 1 deletions
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
"--enable-ffmpeg"
"--disable-ffplay"
(ifMinVer "0.6" "--enable-ffprobe")
"--disable-ffserver"
(if reqMin "4" then null else "--disable-ffserver")
# Libraries
(ifMinVer "0.6" "--enable-avcodec")
(ifMinVer "0.6" "--enable-avdevice")