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
+5
View File
@@ -6,4 +6,9 @@
opengl = callPackage ./libs/amdgpu-pro-libs/opengl.nix { };
prefixes = callPackage ./libs/amdgpu-pro-libs/prefixes.nix { };
};
ffmpeg6-amf = callPackage ./apps/ffmpeg {};
obs-amf = callPackage ./apps/obs {};
}