Mercurial > mplayer.hg
changeset 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 | 0a81c931ecb5 |
children | 1c5723d12503 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'