Mercurial > mplayer.hg
changeset 31217:c9a36e78e221
Prefer -vo sdl over "probably software" OpenGL.
author | reimar |
---|---|
date | Sun, 30 May 2010 13:50:14 +0000 |
parents | 207ecac1f8e1 |
children | 635fc9c0ba3b |
files | libvo/video_out.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.c Sun May 30 12:14:40 2010 +0000 +++ b/libvo/video_out.c Sun May 30 13:50:14 2010 +0000 @@ -194,6 +194,9 @@ &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 @@ #ifdef CONFIG_DGA &video_out_dga, #endif -#ifdef CONFIG_SDL - &video_out_sdl, -#endif #ifdef CONFIG_GGI &video_out_ggi, #endif