0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

vo: make driver list static

This commit is contained in:
Thomas Weißschuh 2023-01-14 22:35:54 +00:00 committed by Dudemanguy
parent f66c5404f4
commit 2bbf880d96

View File

@ -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