mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00: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:
parent
b438e1c385
commit
be2c2bdccb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user