comparison libvo/video_out.c @ 1235:c823cb3a2608

fsdga disabled (obsolote)
author arpi
date Tue, 26 Jun 2001 23:34:03 +0000
parents e8c3f89ecd96
children ff9348b4d305
comparison
equal deleted inserted replaced
1234:dfccdda074e5 1235:c823cb3a2608
70 { 70 {
71 #ifdef HAVE_XMGA 71 #ifdef HAVE_XMGA
72 &video_out_xmga, 72 &video_out_xmga,
73 #endif 73 #endif
74 #ifdef HAVE_MGA 74 #ifdef HAVE_MGA
75
76 &video_out_mga, 75 &video_out_mga,
77 #endif 76 #endif
78 #ifdef HAVE_SYNCFB 77 #ifdef HAVE_SYNCFB
79 &video_out_syncfb, 78 &video_out_syncfb,
80 #endif 79 #endif
90 #ifdef HAVE_GL 89 #ifdef HAVE_GL
91 &video_out_gl, 90 &video_out_gl,
92 #endif 91 #endif
93 #ifdef HAVE_DGA 92 #ifdef HAVE_DGA
94 &video_out_dga, 93 &video_out_dga,
95 &video_out_fsdga, 94 // &video_out_fsdga,
96 #endif 95 #endif
97 #ifdef HAVE_SDL 96 #ifdef HAVE_SDL
98 &video_out_sdl, 97 &video_out_sdl,
98 #endif
99 #ifdef HAVE_GGI
100 &video_out_ggi,
99 #endif 101 #endif
100 #ifdef HAVE_FBDEV 102 #ifdef HAVE_FBDEV
101 &video_out_fbdev, 103 &video_out_fbdev,
102 #endif 104 #endif
103 #ifdef HAVE_SVGALIB 105 #ifdef HAVE_SVGALIB
108 #endif 110 #endif
109 &video_out_null, 111 &video_out_null,
110 &video_out_odivx, 112 &video_out_odivx,
111 &video_out_pgm, 113 &video_out_pgm,
112 &video_out_md5, 114 &video_out_md5,
113 #ifdef HAVE_GGI
114 &video_out_ggi,
115 #endif
116 NULL 115 NULL
117 }; 116 };
118 117
119 #include "sub.c" 118 #include "sub.c"
120 119