graphical#ffmpeg: build with svt-av1 support
This commit is contained in:
parent
5f05e9e809
commit
c914ed2c44
@ -15,9 +15,9 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"inputs": {},
|
||||
"narHash": "sha256-PeLSxF3XnIgfKajyh9ZrUsmtqH8wN3RGuInR01ErCeE=",
|
||||
"narHash": "sha256-4p9gqMJTVmyH7eSq1euGZWusldWoBfKfi/VwZEPL2Mw=",
|
||||
"originalUrl": "github:nrdxp/nixpkgs/fork",
|
||||
"url": "github:nrdxp/nixpkgs/0b14bcbf4de7797c39b26b29352ab0978f54db50"
|
||||
"url": "github:nrdxp/nixpkgs/1e232452ed4c57e9968f4342d9ba044d36403928"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
|
@ -62,7 +62,7 @@ in
|
||||
cursor
|
||||
dzen2
|
||||
feh
|
||||
ffmpeg_4
|
||||
ffmpeg-full
|
||||
firefox
|
||||
gnome3.adwaita-icon-theme
|
||||
gnome-themes-extra
|
||||
@ -102,6 +102,14 @@ in
|
||||
[icon theme]
|
||||
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
|
||||
[ overlay ];
|
||||
|
Loading…
Reference in New Issue
Block a user