mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
meson: fix ios-gl hwdec build
This commit is contained in:
parent
27fb4c474f
commit
fbf3ae5a84
@ -1449,7 +1449,7 @@ videotoolbox_pl = get_option('videotoolbox-pl').require(
|
|||||||
error_message: 'vulkan or CV metal support could be found!',
|
error_message: 'vulkan or CV metal support could be found!',
|
||||||
)
|
)
|
||||||
features += {'videotoolbox-pl': videotoolbox_pl.allowed()}
|
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')
|
sources += files('video/out/hwdec/hwdec_vt.c')
|
||||||
endif
|
endif
|
||||||
if features['videotoolbox-gl']
|
if features['videotoolbox-gl']
|
||||||
|
Loading…
Reference in New Issue
Block a user