changeset 17069:e61494e575ca

vo_tdfxfb should be preferred over vo_3dfx.
author diego
date Thu, 01 Dec 2005 11:58:44 +0000
parents 400cc3f977a4
children e2340cf00456
files libvo/video_out.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Thu Dec 01 03:14:21 2005 +0000
+++ b/libvo/video_out.c	Thu Dec 01 11:58:44 2005 +0000
@@ -157,12 +157,12 @@
 #ifdef HAVE_SYNCFB
         &video_out_syncfb,
 #endif
+#ifdef HAVE_TDFXFB
+        &video_out_tdfxfb,
+#endif
 #ifdef HAVE_3DFX
         &video_out_3dfx,
 #endif
-#ifdef HAVE_TDFXFB
-        &video_out_tdfxfb,
-#endif
 #ifdef HAVE_XVMC
         &video_out_xvmc,
 #endif