1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

Purge looooong obsolete remnants of vo_fsdga.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-29 10:18:47 +00:00
parent b438e1c385
commit be2c2bdccb

View File

@ -75,7 +75,6 @@ extern vo_functions_t video_out_xv;
extern vo_functions_t video_out_gl;
extern vo_functions_t video_out_gl2;
extern vo_functions_t video_out_dga;
extern vo_functions_t video_out_fsdga;
extern vo_functions_t video_out_sdl;
extern vo_functions_t video_out_3dfx;
extern vo_functions_t video_out_tdfxfb;
@ -193,7 +192,6 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_DGA
&video_out_dga,
// &video_out_fsdga,
#endif
#ifdef HAVE_SDL
&video_out_sdl,