summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:00:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:00:39 +0000
commitf4656a91b9301d3eba96b0bc67dcf03ab5a0a842 (patch)
treed407bd5ba7c085842d99d4c63d85d7b85e4814a0 /libvo/video_out.c
parent244d981946b5596e1726223a8157693f78d4a004 (diff)
downloadmpv-f4656a91b9301d3eba96b0bc67dcf03ab5a0a842.tar.bz2
mpv-f4656a91b9301d3eba96b0bc67dcf03ab5a0a842.tar.xz
vo_fbdev2 written by Joey Parrish with some minor modifications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10764 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 ef94ebb4ff..94c41f4b58 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -70,6 +70,7 @@ extern vo_functions_t video_out_pgm;
extern vo_functions_t video_out_md5;
extern vo_functions_t video_out_syncfb;
extern vo_functions_t video_out_fbdev;
+extern vo_functions_t video_out_fbdev2;
extern vo_functions_t video_out_svga;
extern vo_functions_t video_out_png;
extern vo_functions_t video_out_ggi;
@@ -157,6 +158,7 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_FBDEV
&video_out_fbdev,
+ &video_out_fbdev2,
#endif
#ifdef HAVE_SVGALIB
&video_out_svga,