[FFmpeg-devel] [FFmpeg-cvslog] disable deprecation warnings in deprecated code

James Almer jamrial at gmail.com
Sun Aug 23 05:11:24 CEST 2015


> ffmpeg | branch: master | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Sat Aug  8 10:41:33 2015 +0200| [095347ffe4c73143dbeb7b05cde8891fd1289389] | committer: Andreas Cadhalpun
>
> disable deprecation warnings in deprecated code
>
> Reviewed-by: wm4 <nfxjfg at googlemail.com>
> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
>
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=095347ffe4c73143dbeb7b05cde8891fd1289389
> ---
>
>  libavcodec/mpeg12dec.c     |    5 ++++-
>  libavcodec/options_table.h |    3 +++
>  libavcodec/pthread_frame.c |    9 ++++++++-
>  libavcodec/resample.c      |    2 ++
>  libavfilter/audio.c        |    2 ++
>  libavfilter/avcodec.c      |    2 ++
>  libavutil/frame.c          |    2 ++

The changes to libavcodec/options_table.h, which is included by doc/print_options.c, seems to have broken
linking doc/print_options.exe (host application) on msvc.

http://fate.ffmpeg.org/log.cgi?time=20150823015947&log=compile&slot=x86_32-msvc12-windows-native
http://fate.ffmpeg.org/log.cgi?time=20150823021518&log=compile&slot=x86_64-msvc12-windows-native


More information about the ffmpeg-devel mailing list