comparison libvo/video_out.c @ 38:46f3aa28aa83

added fsdga driver
author arpi_esp
date Mon, 05 Mar 2001 02:25:07 +0000
parents 1fc618eba830
children 9d68da5d8a9a
comparison
equal deleted inserted replaced
37:b5ce4f6a8651 38:46f3aa28aa83
39 extern vo_functions_t video_out_xmga; 39 extern vo_functions_t video_out_xmga;
40 extern vo_functions_t video_out_x11; 40 extern vo_functions_t video_out_x11;
41 extern vo_functions_t video_out_xv; 41 extern vo_functions_t video_out_xv;
42 extern vo_functions_t video_out_gl; 42 extern vo_functions_t video_out_gl;
43 extern vo_functions_t video_out_dga; 43 extern vo_functions_t video_out_dga;
44 extern vo_functions_t video_out_fsdga;
44 extern vo_functions_t video_out_sdl; 45 extern vo_functions_t video_out_sdl;
45 extern vo_functions_t video_out_3dfx; 46 extern vo_functions_t video_out_3dfx;
46 extern vo_functions_t video_out_null; 47 extern vo_functions_t video_out_null;
47 extern vo_functions_t video_out_odivx; 48 extern vo_functions_t video_out_odivx;
48 extern vo_functions_t video_out_pgm; 49 extern vo_functions_t video_out_pgm;
72 #ifdef HAVE_GL 73 #ifdef HAVE_GL
73 &video_out_gl, 74 &video_out_gl,
74 #endif 75 #endif
75 #ifdef HAVE_DGA 76 #ifdef HAVE_DGA
76 &video_out_dga, 77 &video_out_dga,
78 &video_out_fsdga,
77 #endif 79 #endif
78 #ifdef HAVE_SDL 80 #ifdef HAVE_SDL
79 &video_out_sdl, 81 &video_out_sdl,
80 #endif 82 #endif
81 &video_out_null, 83 &video_out_null,