ffmpeg: install man pages
This commit is contained in:
parent
d023e15cfc
commit
cae349102e
|
@ -184,6 +184,8 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
};
|
||||
|
||||
installFlags = [ "install-man" ];
|
||||
|
||||
passthru = {
|
||||
vaapiSupport = if reqMin "0.6" && ((isLinux || isFreeBSD) && !isArm) then true else false;
|
||||
inherit vdpauSupport;
|
||||
|
|
Loading…
Reference in New Issue