summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-04-24 21:25:21 +0200
committerwm4 <wm4@nowhere>2014-04-25 08:37:42 +0200
commitb6162dda12bede44f63ab65df45dcea381cea5d9 (patch)
treed4d508f3364e68ac11d8f05ecb2269e32b75b6e8 /wscript
parent3547915798058f7d2320575729338c744aede1f4 (diff)
downloadmpv-b6162dda12bede44f63ab65df45dcea381cea5d9.tar.bz2
mpv-b6162dda12bede44f63ab65df45dcea381cea5d9.tar.xz
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
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4528cd3481..0eff9e3d18 100644
--- a/wscript
+++ b/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',