comparison libvo/video_out.c @ 31217:c9a36e78e221

Prefer -vo sdl over "probably software" OpenGL.
author reimar
date Sun, 30 May 2010 13:50:14 +0000
parents aaaef13c84b9
children 868e5c480af6
comparison
equal deleted inserted replaced
31216:207ecac1f8e1 31217:c9a36e78e221
192 &video_out_gl_nosw, 192 &video_out_gl_nosw,
193 #endif 193 #endif
194 &video_out_x11, 194 &video_out_x11,
195 &video_out_xover, 195 &video_out_xover,
196 #endif 196 #endif
197 #ifdef CONFIG_SDL
198 &video_out_sdl,
199 #endif
197 #ifdef CONFIG_GL 200 #ifdef CONFIG_GL
198 &video_out_gl, 201 &video_out_gl,
199 &video_out_gl2, 202 &video_out_gl2,
200 #endif 203 #endif
201 #ifdef CONFIG_DGA 204 #ifdef CONFIG_DGA
202 &video_out_dga, 205 &video_out_dga,
203 #endif
204 #ifdef CONFIG_SDL
205 &video_out_sdl,
206 #endif 206 #endif
207 #ifdef CONFIG_GGI 207 #ifdef CONFIG_GGI
208 &video_out_ggi, 208 &video_out_ggi,
209 #endif 209 #endif
210 #ifdef CONFIG_FBDEV 210 #ifdef CONFIG_FBDEV