comparison libvo/video_out.c @ 12601:39ea0995dcb1

moved vo_quartz higher in the list
author nplourde
date Thu, 17 Jun 2004 01:07:53 +0000
parents 78c4a1fa442e
children 1f6bb2356d18
comparison
equal deleted inserted replaced
12600:2fa96fbc6b89 12601:39ea0995dcb1
130 &video_out_tdfx_vid, 130 &video_out_tdfx_vid,
131 #endif 131 #endif
132 #ifdef HAVE_DIRECTX 132 #ifdef HAVE_DIRECTX
133 &video_out_directx, 133 &video_out_directx,
134 #endif 134 #endif
135 #ifdef MACOSX
136 &video_out_quartz,
137 #endif
135 #ifdef HAVE_XMGA 138 #ifdef HAVE_XMGA
136 &video_out_xmga, 139 &video_out_xmga,
137 #endif 140 #endif
138 #ifdef HAVE_MGA 141 #ifdef HAVE_MGA
139 &video_out_mga, 142 &video_out_mga,
164 &video_out_gl2, 167 &video_out_gl2,
165 #endif 168 #endif
166 #ifdef HAVE_DGA 169 #ifdef HAVE_DGA
167 &video_out_dga, 170 &video_out_dga,
168 // &video_out_fsdga, 171 // &video_out_fsdga,
169 #endif
170 #ifdef MACOSX
171 &video_out_quartz,
172 #endif 172 #endif
173 #ifdef HAVE_SDL 173 #ifdef HAVE_SDL
174 &video_out_sdl, 174 &video_out_sdl,
175 #endif 175 #endif
176 #ifdef HAVE_GGI 176 #ifdef HAVE_GGI