summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-05 02:25:07 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-05 02:25:07 +0000
commitcfebd730a238db18ed08a99e45a92b65da150af6 (patch)
treebf1af459a902f8d47a02d559178ef20143844210 /libvo/video_out.c
parent877405272e283f8d8b5c16bdc034659144825db4 (diff)
downloadmpv-cfebd730a238db18ed08a99e45a92b65da150af6.tar.bz2
mpv-cfebd730a238db18ed08a99e45a92b65da150af6.tar.xz
added fsdga driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@39 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index b594d3d8fd..a5483d3126 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -41,6 +41,7 @@ extern vo_functions_t video_out_x11;
extern vo_functions_t video_out_xv;
extern vo_functions_t video_out_gl;
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_null;
@@ -74,6 +75,7 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_DGA
&video_out_dga,
+ &video_out_fsdga,
#endif
#ifdef HAVE_SDL
&video_out_sdl,