From e17bbca6e1b8891dc80d23b0841ade32d491ca1a Mon Sep 17 00:00:00 2001 From: Led Date: Sat, 25 May 2013 05:40:30 +0300 Subject: [PATCH] fix vbe.h path --- MPlayer/configure | 2 +- MPlayer/libvo/gtf.h | 2 +- MPlayer/libvo/vo_vesa.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MPlayer/configure b/MPlayer/configure index f8b7a0b310..34d4ff2216 100755 --- a/MPlayer/configure +++ b/MPlayer/configure @@ -5724,7 +5724,7 @@ esac echocheck "VESA support" if test "$_vesa" != no ; then _vesa=no - statement_check vbe.h 'vbeInit()' -lvbe -llrmi && _vesa=yes + statement_check vbe/vbe.h 'vbeInit()' -lvbe -llrmi && _vesa=yes fi if test "$_vesa" = yes ; then def_vesa='#define CONFIG_VESA 1' diff --git a/MPlayer/libvo/gtf.h b/MPlayer/libvo/gtf.h index 837fc24e69..53b6196bd6 100644 --- a/MPlayer/libvo/gtf.h +++ b/MPlayer/libvo/gtf.h @@ -19,7 +19,7 @@ #ifndef MPLAYER_GTF_H #define MPLAYER_GTF_H -#include +#include #define GTF_VF 0 #define GTF_HF 1 diff --git a/MPlayer/libvo/vo_vesa.c b/MPlayer/libvo/vo_vesa.c index da6b88e71f..15085ee747 100644 --- a/MPlayer/libvo/vo_vesa.c +++ b/MPlayer/libvo/vo_vesa.c @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include "video_out.h" #include "video_out_internal.h" -- 2.33.7