mirror of https://github.com/mpv-player/mpv
Prefer -vo sdl over "probably software" OpenGL.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31283 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3ae81e84be
commit
f316f63910
|
@ -194,6 +194,9 @@ const vo_functions_t* const video_out_drivers[] =
|
|||
&video_out_x11,
|
||||
&video_out_xover,
|
||||
#endif
|
||||
#ifdef CONFIG_SDL
|
||||
&video_out_sdl,
|
||||
#endif
|
||||
#ifdef CONFIG_GL
|
||||
&video_out_gl,
|
||||
&video_out_gl2,
|
||||
|
@ -201,9 +204,6 @@ const vo_functions_t* const video_out_drivers[] =
|
|||
#ifdef CONFIG_DGA
|
||||
&video_out_dga,
|
||||
#endif
|
||||
#ifdef CONFIG_SDL
|
||||
&video_out_sdl,
|
||||
#endif
|
||||
#ifdef CONFIG_GGI
|
||||
&video_out_ggi,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue