mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[GH-ISSUE #1457] av_err2str build failure regression on Linux #485
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#485
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 @neptuwunium on GitHub (Oct 28, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1457
github.com/shadps4-emu/shadPS4@9d6eee6acf/src/core/libraries/videodec/videodec2_impl.cpp (L221)uses the unmodified av_err2str which causes build failurespreviously fixed in https://github.com/shadps4-emu/shadPS4/pull/815, the modified macro exists in
github.com/shadps4-emu/shadPS4@9d6eee6acf/src/core/libraries/avplayer/avplayer_source.cpp (L25-L34)copying over that macro to videodec2_impl.cpp fixes the builds.
likely should move the macro to a common source point to prevent this regression in the future.
@polybiusproxy commented on GitHub (Nov 2, 2024):
Fixed with
2918335@neptuwunium commented on GitHub (Nov 3, 2024):
Thanks!
@OPNA2608 commented on GitHub (Dec 7, 2024):
Regressed again:
Introduced in https://github.com/shadps4-emu/shadPS4/pull/1456:
github.com/shadps4-emu/shadPS4@941a668f78/src/core/libraries/ajm/ajm_mp3.cpp (L95-L97)