comparison libvo/video_out.c @ 13551:2466b2ee99a8

move the file writers after vo_null so they don't get autoselected - following the same logic as in libao2
author alex
date Mon, 04 Oct 2004 19:36:12 +0000
parents ced94062bbed
children d66e3d5865b8
comparison
equal deleted inserted replaced
13550:81e62cbe57d9 13551:2466b2ee99a8
201 &video_out_zr2, 201 &video_out_zr2,
202 #endif 202 #endif
203 #ifdef HAVE_BL 203 #ifdef HAVE_BL
204 &video_out_bl, 204 &video_out_bl,
205 #endif 205 #endif
206 206 #ifdef HAVE_VESA
207 &video_out_vesa,
208 #endif
209 #ifdef HAVE_DIRECTFB
210 &video_out_directfb,
211 #if DIRECTFBVERSION >= 915
212 &video_out_dfbmga,
213 #endif
214 #endif
215 #ifdef CONFIG_VIDIX
216 #ifdef HAVE_X11
217 &video_out_xvidix,
218 #endif
219 #ifdef WIN32
220 &video_out_winvidix,
221 #endif
222 &video_out_cvidix,
223 #endif
224 &video_out_null,
225 // should not be auto-selected
226 &video_out_mpegpes,
227 &video_out_yuv4mpeg,
207 #ifdef HAVE_PNG 228 #ifdef HAVE_PNG
208 &video_out_png, 229 &video_out_png,
209 #endif 230 #endif
210 #ifdef HAVE_JPEG 231 #ifdef HAVE_JPEG
211 &video_out_jpeg, 232 &video_out_jpeg,
212 #endif 233 #endif
213 #ifdef HAVE_GIF 234 #ifdef HAVE_GIF
214 &video_out_gif89a, 235 &video_out_gif89a,
215 #endif
216 &video_out_null,
217 // &video_out_odivx,
218 &video_out_mpegpes,
219 &video_out_yuv4mpeg,
220 #ifdef HAVE_VESA
221 &video_out_vesa,
222 #endif
223 #ifdef HAVE_DIRECTFB
224 &video_out_directfb,
225 #if DIRECTFBVERSION >= 915
226 &video_out_dfbmga,
227 #endif
228 #endif
229 #ifdef CONFIG_VIDIX
230 #ifdef HAVE_X11
231 &video_out_xvidix,
232 #endif
233 #ifdef WIN32
234 &video_out_winvidix,
235 #endif
236 &video_out_cvidix,
237 #endif 236 #endif
238 #ifdef HAVE_TGA 237 #ifdef HAVE_TGA
239 &video_out_tga, 238 &video_out_tga,
240 #endif 239 #endif
241 &video_out_pnm, 240 &video_out_pnm,