mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
vo: make driver list static
This commit is contained in:
parent
f66c5404f4
commit
2bbf880d96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user