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 ami_stuff, 10 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Carl Eugen Hoyos, 10 years ago

Resolution: invalid
Status: closedreopened

I consider it a regression, what do others think?

comment:3 by Hendrik, 10 years ago

I consider your mingw outdated.

comment:4 by Michael Niedermayer, 10 years ago

Keywords: regression added
Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.