1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Fix xvidix for non-x11 systems (delayed due netloss)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4170 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-01-15 12:30:52 +00:00
parent b01493a577
commit c331862943

View File

@ -146,7 +146,7 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_DIRECTFB
&video_out_directfb,
#endif
#ifdef CONFIG_VIDIX
#if defined(CONFIG_VIDIX) && defined(HAVE_X11)
&video_out_xvidix,
#endif
NULL