Mercurial > mplayer.hg
diff configure @ 4561:b3b2fc48b045
finished making vesa optional
author | rfelker |
---|---|
date | Thu, 07 Feb 2002 02:29:55 +0000 |
parents | aa349785b8d3 |
children | d14f1bc66a74 |
line wrap: on
line diff
--- a/configure Thu Feb 07 02:21:39 2002 +0000 +++ b/configure Thu Feb 07 02:29:55 2002 +0000 @@ -1928,12 +1928,15 @@ if test "$_vesa" != no ; then echocheck "VESA support" if x86 && linux ; then + _def_vesa='#define HAVE_VESA 1' _vosrc="$_vosrc vo_vesa.c vesa_lvo.c" _vomodules="vesa $_vomodules" echores "yes" else + _def_vesa='#undef HAVE_VESA' echores "no (not supported on this OS/architecture)" fi +_def_vesa='#undef HAVE_VESA' fi @@ -3278,6 +3281,7 @@ $_def_dxr3 $_def_dvb $_def_svga +$_def_vesa $_def_xdpms $_def_aa