Mercurial > mplayer.hg
diff configure @ 32205:3c169d0b1966
Check for vbeInit() instead of vbeVersion() in VESA test.
The former actually exists in vbe.h.
author | diego |
---|---|
date | Fri, 17 Sep 2010 10:34:13 +0000 |
parents | 26f7bcb5fd7f |
children | 1c5723d12503 |
line wrap: on
line diff
--- a/configure Fri Sep 17 10:31:24 2010 +0000 +++ b/configure Fri Sep 17 10:34:13 2010 +0000 @@ -5087,7 +5087,7 @@ echocheck "VESA support" if test "$_vesa" = auto ; then _vesa=no - function_check vbe.h 'vbeVersion()' -lvbe -llrmi && _vesa=yes + function_check vbe.h 'vbeInit()' -lvbe -llrmi && _vesa=yes fi if test "$_vesa" = yes ; then def_vesa='#define CONFIG_VESA 1'