summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-09-11 15:20:06 +0200
committersfan5 <sfan5@live.de>2023-09-11 15:20:22 +0200
commit329d94af41dd02846a9879ca6a4019c0250ad1dd (patch)
treed79ece226ef2363cb12a782ef4429c30548d2037 /meson.build
parente15619e70d90f3a46dab6c82da077b2fdfb25003 (diff)
downloadmpv-329d94af41dd02846a9879ca6a4019c0250ad1dd.tar.bz2
mpv-329d94af41dd02846a9879ca6a4019c0250ad1dd.tar.xz
meson: rename last feature with underscore
fixes: ecbaf347010530cb7ca1858486e001f804811921
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0786855b0a..8a0f9ba102 100644
--- a/meson.build
+++ b/meson.build
@@ -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,
}