1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 04:42:10 +00:00

prevent xvmc from been loaded before xv, and generally before any autoprobed output

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17424 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2006-01-18 18:11:02 +00:00
parent 58c577a6f3
commit bfd33f656b

View File

@ -163,9 +163,6 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_3DFX
&video_out_3dfx,
#endif
#ifdef HAVE_XVMC
&video_out_xvmc,
#endif
#ifdef HAVE_XV
&video_out_xv,
#endif
@ -233,6 +230,9 @@ vo_functions_t* video_out_drivers[] =
#endif
&video_out_null,
// should not be auto-selected
#ifdef HAVE_XVMC
&video_out_xvmc,
#endif
&video_out_mpegpes,
&video_out_yuv4mpeg,
#ifdef HAVE_PNG