mirror of
https://github.com/mpv-player/mpv
synced 2025-02-11 01:17:28 +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,
|
&video_out_null,
|
||||||
// should not be auto-selected
|
// should not be auto-selected
|
||||||
&video_out_image,
|
&video_out_image,
|
||||||
|
#if HAVE_POSIX
|
||||||
&video_out_tct,
|
&video_out_tct,
|
||||||
|
#endif
|
||||||
#if HAVE_CACA
|
#if HAVE_CACA
|
||||||
&video_out_caca,
|
&video_out_caca,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user