http://bugs.winehq.org/show_bug.cgi?id=20042
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott@open-vote.org
--- Comment #1 from Scott Ritchie scott@open-vote.org 2009-09-14 09:13:54 --- I'll attach a patch soon, but I found that changing: mpg123_feedseek(aad->mh, 0, SEEK_SET, NULL); to mpg123_feedseek_64(aad->mh, 0, SEEK_SET, NULL); in mpegl3.c fixed building. This is because for some reason the 32-bit symbol export is named mpg123_feedseek_64; I think the builder was getting confused by the existence of a default 64-bit feedseek on amd64 (and thus not using the _64 function in the 32 bit library)