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:
parent
1383c08f2c
commit
56621c016d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user