summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-06 19:16:30 +0100
committerwm4 <wm4@nowhere>2019-12-06 19:16:30 +0100
commit13fe87f66b2cb38dda2dd1502cd4930f8a5fc801 (patch)
treed3b8a498ef1c929b65b76887bb498ee702ae90b6
parent02d8d4e3efdc0297e9a7395b53d5b5893be4dd52 (diff)
downloadmpv-13fe87f66b2cb38dda2dd1502cd4930f8a5fc801.tar.bz2
mpv-13fe87f66b2cb38dda2dd1502cd4930f8a5fc801.tar.xz
build: fix zimg message in configure output
It's useful as software scaler in general, not just that video filter.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 74ece8234a..7af97dd894 100644
--- a/wscript
+++ b/wscript
@@ -400,7 +400,7 @@ iconv support use --disable-iconv.",
}, {
'name': '--zimg',
'deps': 'aligned_alloc',
- 'desc': 'libzimg support (for vf_fingerprint)',
+ 'desc': 'libzimg support (high quality software scaler)',
'func': check_pkg_config('zimg', '>= 2.9'),
}, {
'name': '--lcms2',