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:
parent
58c577a6f3
commit
bfd33f656b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user