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:
Alessandro Ghedini 2014-04-24 21:25:21 +02:00 committed by wm4
parent 3547915798
commit b6162dda12
1 changed files with 1 additions and 1 deletions

View File

@ -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',