Skip to content

Commit

Permalink
fix: add nasm for ffmpeg install
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed May 9, 2024
1 parent e64eec5 commit 4d58d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"Moba",
"mobaxterm",
"mulaRahul",
"nasm",
"Noto",
"obsproject",
"orbstack",
Expand Down
4 changes: 2 additions & 2 deletions packageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@
"ffmepg": {
"description": "影片處理 CLI 工具",
"install": {
"linux": "asdf plugin add ffmpeg && asdf install ffmpeg latest && asdf global ffmpeg latest",
"mac": "asdf plugin add ffmpeg && asdf install ffmpeg latest && asdf global ffmpeg latest",
"linux": "asdf plugin add nasm && asdf install nasm latest && asdf global nasm latest && asdf plugin add ffmpeg && asdf install ffmpeg latest && asdf global ffmpeg latest",
"mac": "asdf plugin add nasm && asdf install nasm latest && asdf global nasm latest && asdf plugin add ffmpeg && asdf install ffmpeg latest && asdf global ffmpeg latest",
"windows": "choco install ffmpeg -y"
},
"type": "enable"
Expand Down

0 comments on commit 4d58d66

Please sign in to comment.