mirror of
https://github.com/mpv-player/mpv
synced 2025-04-26 13:19:12 +00:00
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
|
#endif
|
||||||
#ifdef HAVE_SDL
|
#ifdef HAVE_SDL
|
||||||
&video_out_sdl,
|
&video_out_sdl,
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_FBDEV
|
||||||
|
&video_out_fbdev,
|
||||||
#endif
|
#endif
|
||||||
&video_out_null,
|
&video_out_null,
|
||||||
&video_out_odivx,
|
&video_out_odivx,
|
||||||
&video_out_pgm,
|
&video_out_pgm,
|
||||||
&video_out_md5,
|
&video_out_md5,
|
||||||
&video_out_fbdev,
|
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user