Mercurial > mplayer.hg
diff configure @ 10763:7436a53876b0
vo_fbdev2 written by Joey Parrish with some minor modifications
author | alex |
---|---|
date | Sun, 31 Aug 2003 23:00:39 +0000 |
parents | bae3e8c81ada |
children | 200701a88836 |
line wrap: on
line diff
--- a/configure Sun Aug 31 23:00:23 2003 +0000 +++ b/configure Sun Aug 31 23:00:39 2003 +0000 @@ -3073,7 +3073,7 @@ fi if test "$_fbdev" = yes ; then _def_fbdev='#define HAVE_FBDEV 1' - _vosrc="$_vosrc vo_fbdev.c" + _vosrc="$_vosrc vo_fbdev.c vo_fbdev2.c" _vomodules="fbdev $_vomodules" else _def_fbdev='#undef HAVE_FBDEV'