1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-04 14:11:53 +00:00

vo_tdfxfb should be preferred over vo_3dfx.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17070 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-12-01 11:58:44 +00:00
parent 553e29bf7e
commit d53fa09eac

View File

@ -157,12 +157,12 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_SYNCFB
&video_out_syncfb,
#endif
#ifdef HAVE_3DFX
&video_out_3dfx,
#endif
#ifdef HAVE_TDFXFB
&video_out_tdfxfb,
#endif
#ifdef HAVE_3DFX
&video_out_3dfx,
#endif
#ifdef HAVE_XVMC
&video_out_xvmc,
#endif