comparison libvo/video_out.c @ 9546:8feb4bb5b334

vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)
author albeu
date Fri, 07 Mar 2003 18:45:02 +0000
parents edfe34c5405d
children 894d02a6469e
comparison
equal deleted inserted replaced
9545:d1bbeae9f46a 9546:8feb4bb5b334
97 #endif 97 #endif
98 #endif 98 #endif
99 #ifdef CONFIG_VIDIX 99 #ifdef CONFIG_VIDIX
100 extern vo_functions_t video_out_xvidix; 100 extern vo_functions_t video_out_xvidix;
101 #endif 101 #endif
102 #ifdef HAVE_TDFX_VID
103 extern vo_functions_t video_out_tdfx_vid;
104 #endif
102 105
103 vo_functions_t* video_out_drivers[] = 106 vo_functions_t* video_out_drivers[] =
104 { 107 {
108 #ifdef HAVE_TDFX_VID
109 &video_out_tdfx_vid,
110 #endif
105 #ifdef HAVE_DIRECTX 111 #ifdef HAVE_DIRECTX
106 &video_out_directx, 112 &video_out_directx,
107 #endif 113 #endif
108 #ifdef HAVE_XMGA 114 #ifdef HAVE_XMGA
109 &video_out_xmga, 115 &video_out_xmga,