Mercurial > mplayer.hg
changeset 20113:a3959dc972eb
List dfbmga and directfb in _novomodules.
author | syrjala |
---|---|
date | Sun, 08 Oct 2006 22:28:02 +0000 |
parents | 5deee6e61057 |
children | 7cdd8aac7d09 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Oct 08 22:16:38 2006 +0000 +++ b/configure Sun Oct 08 22:28:02 2006 +0000 @@ -3797,15 +3797,19 @@ _vosrc="$_vosrc vo_directfb2.c" _vomodules="directfb $_vomodules" _ld_directfb='-ldirectfb' + else + _novomodules="directfb $_novomodules" fi if test "$_dfb_version" -ge $(dfb_version 0 9 15); then _vosrc="$_vosrc vo_dfbmga.c" _vomodules="dfbmga $_vomodules" + else + _novomodules="dfbmga $_novomodules" fi else _def_directfb='#undef HAVE_DIRECTFB' - _novomodules="directfb $_novomodules" + _novomodules="dfbmga directfb $_novomodules" fi