mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 12:13:42 +01:00
Use btbn ffmpeg with shared libraries for windows
This commit is contained in:
@@ -47,7 +47,7 @@ class FFmpegMissing(arcade.gui.UIView):
|
||||
elif system == "Windows":
|
||||
try:
|
||||
subprocess.run([
|
||||
"winget", "install", "--id=Gyan.FFmpeg", "--scope=user",
|
||||
"winget", "install", "BtbN.FFmpeg.GPL.Shared.7.1",
|
||||
"--accept-source-agreements", "--accept-package-agreements"
|
||||
], check=True)
|
||||
logging.debug("FFmpeg installed via winget.")
|
||||
|
||||
Reference in New Issue
Block a user