mirror of https://github.com/mpv-player/mpv
fbdev compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@235 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
effaab2cf2
commit
f65aa95d36
|
@ -80,12 +80,14 @@ vo_functions_t* video_out_drivers[] =
|
|||
#endif
|
||||
#ifdef HAVE_SDL
|
||||
&video_out_sdl,
|
||||
#endif
|
||||
#ifdef HAVE_FBDEV
|
||||
&video_out_fbdev,
|
||||
#endif
|
||||
&video_out_null,
|
||||
&video_out_odivx,
|
||||
&video_out_pgm,
|
||||
&video_out_md5,
|
||||
&video_out_fbdev,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue