mirror of https://github.com/mpv-player/mpv
build: bump required libpostproc version
The CPU autodetect feature was added in 52.2.100 and is lacking from the stand-alone version at http://git.videolan.org/?p=libpostproc.git
This commit is contained in:
parent
3547915798
commit
b6162dda12
2
wscript
2
wscript
|
@ -380,7 +380,7 @@ Libav libraries ({0}). Aborting.".format(" ".join(libav_pkg_config_checks))
|
|||
}, {
|
||||
'name': '--libpostproc',
|
||||
'desc': 'libpostproc',
|
||||
'func': check_pkg_config('libpostproc', '>= 52.0.0'),
|
||||
'func': check_pkg_config('libpostproc', '>= 52.2.100'),
|
||||
}, {
|
||||
'name': 'avcodec-metadata-update-side-data',
|
||||
'desc': 'libavcodec AV_PKT_DATA_METADATA_UPDATE side data type',
|
||||
|
|
Loading…
Reference in New Issue