meson: fix ios-gl hwdec build

This commit is contained in:
Robert Kopaczewski 2024-03-10 15:50:43 +01:00 committed by Dudemanguy
parent 27fb4c474f
commit fbf3ae5a84
1 changed files with 1 additions and 1 deletions

View File

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