# HG changeset patch # User diego # Date 1133438324 0 # Node ID e61494e575ca62542ebd44f4e64cb172ded35e0f # Parent 400cc3f977a4ecf7af55c1c80ad5d3e1f4af98b8 vo_tdfxfb should be preferred over vo_3dfx. diff -r 400cc3f977a4 -r e61494e575ca libvo/video_out.c --- 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