Skip to content

Commit 4c44af3

Browse files
authored
Merge pull request #619 from genebean/srt
Ensure ffmpeg supports srt on macOS
2 parents 6ab350d + 791b553 commit 4c44af3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

modules/hosts/darwin/default.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@
3737
};
3838
taps = [
3939
"homebrew/cask-fonts"
40+
"homebrew-ffmpeg/ffmpeg"
4041
#"null-dev/firefox-profile-switcher"
4142
"theseal/ssh-askpass"
4243
];
4344
brews = [
4445
"fastfetch"
45-
"ffmpeg"
46+
{
47+
name = "homebrew-ffmpeg/ffmpeg/ffmpeg";
48+
args = [ "with-srt" ];
49+
}
4650
#"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version
4751
"mas"
4852
"ssh-askpass"

0 commit comments

Comments
 (0)