mirror of
https://github.com/mpv-player/mpv
synced 2025-01-28 18:53:02 +00:00
vo: vo_tct is now available on non-POSIX
Fixes Windows build.
This commit is contained in:
parent
ee2ba599e7
commit
cc9e8e7e3d
@ -90,7 +90,9 @@ const struct vo_driver *const video_out_drivers[] =
|
||||
&video_out_null,
|
||||
// should not be auto-selected
|
||||
&video_out_image,
|
||||
#if HAVE_POSIX
|
||||
&video_out_tct,
|
||||
#endif
|
||||
#if HAVE_CACA
|
||||
&video_out_caca,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user