Mercurial > mplayer.hg
changeset 234:fae0ed5ac7d2
fbdev compile fix
author | arpi_esp |
---|---|
date | Wed, 28 Mar 2001 20:14:16 +0000 |
parents | f62ccacbe1e5 |
children | 6f96d4143806 |
files | libvo/video_out.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.c Wed Mar 28 19:58:45 2001 +0000 +++ b/libvo/video_out.c Wed Mar 28 20:14:16 2001 +0000 @@ -81,11 +81,13 @@ #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 };