mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #737] [Win11] Not Building via MSYS2 on x86 #188
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DamnNameTaken on GitHub (Sep 2, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/737
Hi, ive been trying to build using option 2 and encountered this error,
I am on Windows 11 and all prior commands executed without issue.
@LeDragoX commented on GitHub (Sep 2, 2024):
ffmpeg can't compile on MSYS2, you'll need to install
mingw-w64-x86_64-ffmpegfirst:Then try to build again.
@DamnNameTaken commented on GitHub (Sep 2, 2024):
Yes that did the trick,
Thank You!