summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Kopaczewski <rk@23doors.com>2024-03-10 15:50:43 +0100
committerDudemanguy <random342@airmail.cc>2024-03-12 14:36:30 +0000
commitfbf3ae5a84a3b9aac81258ea8996e4e647adddb8 (patch)
treefff349b8dd91aaab5f1768502e35682d3cbc358d
parent27fb4c474f5ca850470cd07dfc789ba8bf94b35c (diff)
downloadmpv-fbf3ae5a84a3b9aac81258ea8996e4e647adddb8.tar.bz2
mpv-fbf3ae5a84a3b9aac81258ea8996e4e647adddb8.tar.xz
meson: fix ios-gl hwdec build
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 608cd10a09..f458b1fa66 100644
--- a/meson.build
+++ b/meson.build
@@ -1449,7 +1449,7 @@ videotoolbox_pl = get_option('videotoolbox-pl').require(
error_message: 'vulkan or CV metal support could be found!',
)
features += {'videotoolbox-pl': videotoolbox_pl.allowed()}
-if features['videotoolbox-gl'] or features['videotoolbox-pl']
+if features['videotoolbox-gl'] or features['videotoolbox-pl'] or features['ios-gl']
sources += files('video/out/hwdec/hwdec_vt.c')
endif
if features['videotoolbox-gl']