diff options
author | wm4 <wm4@nowhere> | 2013-11-29 17:39:57 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-11-29 17:39:57 +0100 |
commit | 597b8a355002306486c5d4a19890bb403b5d3ded (patch) | |
tree | 17de2fbbb77868cb184b6a0f2eca5fffd14d2e9b /waftools/waf_customizations.py | |
parent | f1072e7629c56e6fdd9aab40be15fe9800789b1a (diff) | |
download | mpv-597b8a355002306486c5d4a19890bb403b5d3ded.tar.bz2 mpv-597b8a355002306486c5d4a19890bb403b5d3ded.tar.xz |
Take care of some libavutil deprecations, drop support for FFmpeg 1.0
PIX_FMT_* -> AV_PIX_FMT_* (except some pixdesc constants)
enum PixelFormat -> enum AVPixelFormat
Losen some version checks in certain newer pixel formats.
av_pix_fmt_descriptors -> av_pix_fmt_desc_get
This removes support for FFmpeg 1.0.x, which is even older than
Libav 9.x. Support for it probably was already broken, and its
libswresample was rejected by our build system anyway because it's
broken.
Mostly untested; it does compile with Libav 9.9.
Diffstat (limited to 'waftools/waf_customizations.py')
0 files changed, 0 insertions, 0 deletions