From bddfff9c2b8cca8050184debf7c5b754d7d1af05 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Jan 2025 19:50:59 +0100 Subject: [PATCH] meson.build: fix typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 204afd137..26d85765b 100644 --- a/meson.build +++ b/meson.build @@ -48,7 +48,7 @@ project( 'libnpupnp:warning_level=0', 'liburing:warning_level=0', 'sqlite3:warning_level=0', - 'oggiopus:werror=false', + 'ogg:werror=false', 'ogg:warning_level=0', 'openssl:werror=false', 'openssl:warning_level=0',