[FFmpeg-trac] #3878(undetermined:new): HWND_MESSAGE undeclared on mingw32

FFmpeg trac at avcodec.org
Thu Aug 21 13:01:39 CEST 2014


#3878: HWND_MESSAGE undeclared on mingw32
-------------------------------------+-------------------------------------
               Reporter:  ami_stuff  |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:
                Version:             |  undetermined
  unspecified                        |               Keywords:
             Blocked By:             |               Blocking:
Reproduced by developer:  0          |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 {{{
 $ 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
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3878>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list