https://bugs.winehq.org/show_bug.cgi?id=42483 --- Comment #3 from Sebastian Lackner <sebastian(a)fds-team.de> --- (In reply to Gijs Vermeulen from comment #1)
I don't know if this is of much help, but this line needs to be added to the enum mpg123_parms in mpg123.h(.in) (which should be in the libmpg123 folder).
,MPG123_IGNORE_INFOFRAME = 0x4000
This might be a workaround for users, but the correct solution is that Wine does not attempt to use features if they are not supported by the system library. It either needs a configure check, compiler check, or fallback solution. (In reply to Bruno Jesus from comment #2)
Ok, my fault, thanks for the report.
No worries, thanks for looking at this bug report. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.