graphical#ffmpeg: build with svt-av1 support
This commit is contained in:
parent
5f05e9e809
commit
c914ed2c44
|
@ -15,9 +15,9 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"inputs": {},
|
"inputs": {},
|
||||||
"narHash": "sha256-PeLSxF3XnIgfKajyh9ZrUsmtqH8wN3RGuInR01ErCeE=",
|
"narHash": "sha256-4p9gqMJTVmyH7eSq1euGZWusldWoBfKfi/VwZEPL2Mw=",
|
||||||
"originalUrl": "github:nrdxp/nixpkgs/fork",
|
"originalUrl": "github:nrdxp/nixpkgs/fork",
|
||||||
"url": "github:nrdxp/nixpkgs/0b14bcbf4de7797c39b26b29352ab0978f54db50"
|
"url": "github:nrdxp/nixpkgs/1e232452ed4c57e9968f4342d9ba044d36403928"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
|
@ -62,7 +62,7 @@ in
|
||||||
cursor
|
cursor
|
||||||
dzen2
|
dzen2
|
||||||
feh
|
feh
|
||||||
ffmpeg_4
|
ffmpeg-full
|
||||||
firefox
|
firefox
|
||||||
gnome3.adwaita-icon-theme
|
gnome3.adwaita-icon-theme
|
||||||
gnome-themes-extra
|
gnome-themes-extra
|
||||||
|
@ -102,6 +102,14 @@ in
|
||||||
[icon theme]
|
[icon theme]
|
||||||
Inherits=Adwaita
|
Inherits=Adwaita
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
ffmpeg-full = super.ffmpeg-full.override {
|
||||||
|
svt-av1 = super.svt-av1;
|
||||||
|
dav1d = super.dav1d;
|
||||||
|
libaom = null;
|
||||||
|
opencore-amr = null;
|
||||||
|
libopus = super.libopus;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
[ overlay ];
|
[ overlay ];
|
||||||
|
|
Loading…
Reference in a new issue