From 2bbf880d96e66597f4645b3986ccee5c0bbc98b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 14 Jan 2023 22:35:54 +0000 Subject: vo: make driver list static --- video/out/vo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out') diff --git a/video/out/vo.c b/video/out/vo.c index 9abd6ceab3..c0043ce2a7 100644 --- a/video/out/vo.c +++ b/video/out/vo.c @@ -69,7 +69,7 @@ extern const struct vo_driver video_out_tct; extern const struct vo_driver video_out_sixel; extern const struct vo_driver video_out_kitty; -const struct vo_driver *const video_out_drivers[] = +static const struct vo_driver *const video_out_drivers[] = { &video_out_libmpv, #if HAVE_ANDROID -- cgit v1.2.3