Add amf version of OBS and FFMPEG

This commit is contained in:
2023-05-18 23:05:47 +02:00
parent f44581143a
commit ac027b3c5e
6 changed files with 627 additions and 1 deletions
+2
View File
@@ -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") ]; })