comparison libvo/video_out.c @ 30699:a8256156fca5

Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
author reimar
date Thu, 25 Feb 2010 22:53:04 +0000
parents 32725ca88fed
children 9fc9d1e788aa
comparison
equal deleted inserted replaced
30698:1f2ecb6a3f3d 30699:a8256156fca5
184 &video_out_vdpau, 184 &video_out_vdpau,
185 #endif 185 #endif
186 #ifdef CONFIG_XV 186 #ifdef CONFIG_XV
187 &video_out_xv, 187 &video_out_xv,
188 #endif 188 #endif
189 #ifdef CONFIG_GL
190 &video_out_gl,
191 #endif
189 #ifdef CONFIG_X11 192 #ifdef CONFIG_X11
190 &video_out_x11, 193 &video_out_x11,
191 &video_out_xover, 194 &video_out_xover,
192 #endif 195 #endif
193 #ifdef CONFIG_GL 196 #ifdef CONFIG_GL
194 &video_out_gl,
195 &video_out_gl2, 197 &video_out_gl2,
196 #endif
197 #ifdef CONFIG_MATRIXVIEW
198 &video_out_matrixview,
199 #endif 198 #endif
200 #ifdef CONFIG_DGA 199 #ifdef CONFIG_DGA
201 &video_out_dga, 200 &video_out_dga,
202 #endif 201 #endif
203 #ifdef CONFIG_SDL 202 #ifdef CONFIG_SDL
210 &video_out_fbdev, 209 &video_out_fbdev,
211 &video_out_fbdev2, 210 &video_out_fbdev2,
212 #endif 211 #endif
213 #ifdef CONFIG_SVGALIB 212 #ifdef CONFIG_SVGALIB
214 &video_out_svga, 213 &video_out_svga,
214 #endif
215 #ifdef CONFIG_MATRIXVIEW
216 &video_out_matrixview,
215 #endif 217 #endif
216 #ifdef CONFIG_AA 218 #ifdef CONFIG_AA
217 &video_out_aa, 219 &video_out_aa,
218 #endif 220 #endif
219 #ifdef CONFIG_CACA 221 #ifdef CONFIG_CACA