Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
John Ericson
2018-05-10 13:29:04 -04:00
14 changed files with 68 additions and 100 deletions
@@ -106,7 +106,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")