Opened 8 years ago

Closed 8 years ago

#5790 closed defect (fixed)

ffmpeg does not compile with mingw32

Reported by: ami_stuff Owned by:
Priority: important Component: ffmpeg
Version: git-master Keywords: win regression
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

ffmpeg.c: In function 'sub2video_flush':
ffmpeg.c:295:31: warning: ignoring return value of 'av_buffersrc_add_frame', dec
lared with attribute warn_unused_result [-Wunused-result]
CC      cmdutils.o
cmdutils.c: In function 'init_dynload':
cmdutils.c:115:5: error: implicit declaration of function 'SetDllDirectory' [-We
rror=implicit-function-declaration]
cmdutils.c: In function 'show_bsfs':
cmdutils.c:1582:5: warning: 'av_bitstream_filter_next' is deprecated (declared a
t ./libavcodec/avcodec.h:5868) [-Wdeprecated-declarations]
cmdutils.c: In function 'filter_codec_opts':
cmdutils.c:1993:5: warning: 'codec' is deprecated (declared at libavformat/avfor
mat.h:882) [-Wdeprecated-declarations]
cmdutils.c: In function 'setup_find_stream_info_opts':
cmdutils.c:2051:9: warning: 'codec' is deprecated (declared at libavformat/avfor
mat.h:882) [-Wdeprecated-declarations]
cc1.exe: some warnings being treated as errors

make: *** [cmdutils.o] Error 1

Change History (2)

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: undeterminedffmpeg
Keywords: win added
Priority: normalimportant
Status: newopen
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 8 years ago

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