graphical#ffmpeg: build with svt-av1 support

This commit is contained in:
Timothy DeHerrera 2019-12-30 18:42:36 -07:00
parent 5f05e9e809
commit c914ed2c44
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 11 additions and 3 deletions

View file

@ -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

View file

@ -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 ];