Opened 10 years ago
Closed 10 years ago
#3878 closed defect (fixed)
HWND_MESSAGE undeclared on mingw32
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
$ make CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/vfwcap.o libavdevice/vfwcap.c: In function 'vfw_read_header': libavdevice/vfwcap.c:263:61: error: 'HWND_MESSAGE' undeclared (first use in this function) libavdevice/vfwcap.c:263:61: note: each undeclared identifier is reported only o nce for each function it appears in libavdevice/vfwcap.c:319:9: warning: passing argument 1 of 'av_parse_video_size' from incompatible pointer type [enabled by default] ./libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'L ONG *' libavdevice/vfwcap.c:319:9: warning: passing argument 2 of 'av_parse_video_size' from incompatible pointer type [enabled by default] ./libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'L ONG *' make: *** [libavdevice/vfwcap.o] Error 1
Change History (4)
comment:1 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
I consider it a regression, what do others think?
comment:4 by , 10 years ago
Keywords: | regression added |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Should have been fixed by d5ee74e57d44ccbf644ea76d635628ed4e5fabfb / ab56fabe6294524e99815451ad01e4ff50c6d734 by diego
Note:
See TracTickets
for help on using tickets.
Hm, according to this the latest mingw should have this define:
http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2
so I close this ticket as invalid.