Skip to content

Commit

Permalink
obs-studio: don't use ffmpeg-full
Browse files Browse the repository at this point in the history
The regular ffmpeg now has SVT-AV1 and AOM support enabled by default.

NixOS#271863

This effectively reverts 8a3191f
  • Loading branch information
Atemu committed Nov 10, 2024
1 parent 4aa3656 commit 53e4928
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31291,9 +31291,7 @@ with pkgs;

obs-cli = callPackage ../applications/misc/obs-cli { };

obs-studio = qt6Packages.callPackage ../applications/video/obs-studio {
ffmpeg = ffmpeg-full;
};
obs-studio = qt6Packages.callPackage ../applications/video/obs-studio { };

obs-studio-plugins = recurseIntoAttrs (callPackage ../applications/video/obs-studio/plugins {});
wrapOBS = callPackage ../applications/video/obs-studio/wrapper.nix { };
Expand Down

0 comments on commit 53e4928

Please sign in to comment.