mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-06-26 18:36:42 +00:00
Add amf version of OBS and FFMPEG
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
{ pkgs }:
|
||||
pkgs.ffmpeg_6-full.overrideAttrs (oldAttrs: rec { buildInputs = oldAttrs.buildInputs ++ [ pkgs.amf-headers ]; configureFlags = oldAttrs.configureFlags ++ [ (pkgs.lib.enableFeature true "amf") ]; })
|
||||
Reference in New Issue
Block a user