Skip to content

Commit

Permalink
ffmpeg: enable ffplay in small variant
Browse files Browse the repository at this point in the history
This is required for corrscope, also see NixOS#271863 (comment)
  • Loading branch information
SuperSandro2000 authored Mar 15, 2024
1 parent 9f5148f commit 4dd9a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ffmpeg/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
* Program options
*/
, buildFfmpeg ? withHeadlessDeps # Build ffmpeg executable
, buildFfplay ? withFullDeps # Build ffplay executable
, buildFfplay ? withSmallDeps # Build ffplay executable
, buildFfprobe ? withHeadlessDeps # Build ffprobe executable
, buildQtFaststart ? withFullDeps # Build qt-faststart executable
, withBin ? buildFfmpeg || buildFfplay || buildFfprobe || buildQtFaststart
Expand Down

0 comments on commit 4dd9a35

Please sign in to comment.