[Bug 42483] Build for Ubuntu Precise fails because MPG123_IGNORE_INFOFRAME is undeclared

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 19 11:25:55 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42483

acescopezz at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acescopezz at gmail.com

--- Comment #1 from acescopezz at gmail.com ---
(In reply to Sebastian Lackner from comment #0)
> As the title says, the builds for Ubuntu Precise fail because
> MPG123_IGNORE_INFOFRAME is undeclared:
> 
> mpegl3.c: In function ‘MPEG3_StreamOpen’:
> mpegl3.c:257:49: error: ‘MPG123_IGNORE_INFOFRAME’ undeclared (first use in
> this function)
> mpegl3.c:257:49: note: each undeclared identifier is reported only once for
> each function it appears in
> make[2]: *** [mpegl3.o] Error 1
> make[2]: Leaving directory `/<<PKGBUILDDIR>>/dlls/winemp3.acm'
> 
> The latest version of mpg123 on this distro has the version
> 1.12.1-3.2ubuntu1.
> 
> Full log:
> https://launchpadlibrarian.net/307074502/buildlog_ubuntu-precise-amd64.wine-
> devel_2.2.0~ubuntu12.04.1_BUILDING.txt.gz

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

-- 
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.


More information about the wine-bugs mailing list