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 343b0a2 commit 6be30af
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 @@ -15421,9 +15421,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation;
};

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 6be30af

Please sign in to comment.