1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 13:32:16 +00:00

meson: rename last feature with underscore

fixes: ecbaf34701
This commit is contained in:
sfan5 2023-09-11 15:20:06 +02:00
parent e15619e70d
commit 329d94af41

View File

@ -43,7 +43,7 @@ features = {
'ffmpeg': true,
'gpl': get_option('gpl'),
'jpegxl': libavformat.version().version_compare('>= 59.27.100'),
'avif_muxer': libavformat.version().version_compare('>= 59.24.100'),
'avif-muxer': libavformat.version().version_compare('>= 59.24.100'),
'libass': true,
'threads': true,
}