summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-01-24 10:26:25 +0100
committerLeo Izen <leo.izen@gmail.com>2023-03-02 09:37:06 -0500
commit752e76ced7211228aa2ee6304e4bd08255dec6ca (patch)
tree60250a2545dc2255eb223c22371657c224cec0c7 /meson.build
parent7ceadbb3c130b791eca1ab9a08fdc8d68d1dd72e (diff)
downloadmpv-752e76ced7211228aa2ee6304e4bd08255dec6ca.tar.bz2
mpv-752e76ced7211228aa2ee6304e4bd08255dec6ca.tar.xz
zimg: add ZIMG_TRANSFER_ST428 mapping
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8f90aa9137..0db557f50d 100644
--- a/meson.build
+++ b/meson.build
@@ -756,6 +756,7 @@ if features['zimg']
sources += files('test/repack.c',
'test/scale_zimg.c')
endif
+ features += {'zimg-st428': zimg.version().version_compare('>= 3.0.5')}
endif
zlib = dependency('zlib', required: get_option('zlib'))