1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 01:22:30 +00:00

Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30741 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-02-25 22:53:04 +00:00
parent 2b7b000b80
commit e3e75ca066

View File

@ -186,17 +186,16 @@ const vo_functions_t* const video_out_drivers[] =
#ifdef CONFIG_XV
&video_out_xv,
#endif
#ifdef CONFIG_GL
&video_out_gl,
#endif
#ifdef CONFIG_X11
&video_out_x11,
&video_out_xover,
#endif
#ifdef CONFIG_GL
&video_out_gl,
&video_out_gl2,
#endif
#ifdef CONFIG_MATRIXVIEW
&video_out_matrixview,
#endif
#ifdef CONFIG_DGA
&video_out_dga,
#endif
@ -213,6 +212,9 @@ const vo_functions_t* const video_out_drivers[] =
#ifdef CONFIG_SVGALIB
&video_out_svga,
#endif
#ifdef CONFIG_MATRIXVIEW
&video_out_matrixview,
#endif
#ifdef CONFIG_AA
&video_out_aa,
#endif