build: fix zimg message in configure output

It's useful as software scaler in general, not just that video filter.
This commit is contained in:
wm4 2019-12-06 19:16:30 +01:00
parent 02d8d4e3ef
commit 13fe87f66b
1 changed files with 1 additions and 1 deletions

View File

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