ffmpeg: unbreak build of older versions after #46078

As in the other cases, I didn't care about passing the dependency
if unused...
This commit is contained in:
Vladimír Čunát 2018-10-02 11:16:54 +02:00
parent 1383c08f2c
commit 56621c016d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
"--enable-libmp3lame"
(ifMinVer "1.2" "--enable-iconv")
"--enable-libtheora"
"--enable-libssh"
(ifMinVer "2.1" "--enable-libssh")
(ifMinVer "0.6" (enableFeature vaapiSupport "vaapi"))
"--enable-vdpau"
"--enable-libvorbis"