diff 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
line wrap: on
line diff
--- a/libvo/video_out.c	Fri Mar 07 18:42:08 2003 +0000
+++ b/libvo/video_out.c	Fri Mar 07 18:45:02 2003 +0000
@@ -99,9 +99,15 @@
 #ifdef CONFIG_VIDIX
 extern vo_functions_t video_out_xvidix;
 #endif
+#ifdef HAVE_TDFX_VID
+extern vo_functions_t video_out_tdfx_vid;
+#endif
 
 vo_functions_t* video_out_drivers[] =
 {
+#ifdef HAVE_TDFX_VID
+        &video_out_tdfx_vid,
+#endif
 #ifdef HAVE_DIRECTX
         &video_out_directx,
 #endif