http://bugs.winehq.org/show_bug.cgi?id=20963
--- Comment #17 from Larry Johnson keepitsimpleengineer@gmail.com 2009-12-11 14:59:35 --- (In reply to comment #16)
Today will do, in a little while.
Recreated wine-git, fetch, rebase and compiled.
Compile failed, due to the bug in mpegl3.c
made this cgage @LINE 401 IN mpegl3.c /*********************************************************************** * Replced to allow compile on 64bit computer * mpg123_feedseek(aad->mh, 0, SEEK_SET, NULL); * */ mpg123_feedseek_64(aad->mh, 0, SEEK_SET, NULL);
Recompiled, compile succeeded, app tested, worked O.K.