Opened 10 years ago
Closed 7 years ago
#2230 closed defect (invalid)
build error: conflicting types for 'BITMAPINFOHEADER'
Reported by: | Owned by: | beastd | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | HEAD | Severity: | blocker |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Trying to build mplayer with ffmpeg using: https://github.com/jb-alvarado/media-autobuild_suite
I get a bunch of errors like:
H:/media-autobuild_suite/msys64/mingw64/x86_64-w64-mingw32/include/wingdi.h:603:5: error: conflicting types for 'BITMAPINFOHEADER' } BITMAPINFOHEADER,*LPBITMAPINFOHEADER,*PBITMAPINFOHEADER; ^
see: http://pastebin.com/aPjspHtd
Would be nice if someone with more builing mplayer experience could have a look at this and advice on how to resolve the issue.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Are you still experiencing this build failure?
No, they fixed it on their end somehow.
comment:3 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Are you still experiencing this build failure?
If yes, does it go away if you move one ad_internal.h include down like this:
libmpcodecs/ad_spdif.c
#include "ad_internal.h"