Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37497986
en ru br
Репозитории ALT
S:1.5-alt1.38416.2
D:1.0-alt35.27330.1
5.1: 1.0-alt35.32624.0.M50P.1
4.1: 1.0-alt35.26470.1
4.0: 1.0-alt35.23722.M40.1
www.altlinux.org/Changes

Группа :: Видео
Пакет: mplayer

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0005-fix-vbe.h-path.patch
Скачать


From e17bbca6e1b8891dc80d23b0841ade32d491ca1a Mon Sep 17 00:00:00 2001
From: Led <led@altlinux.org>
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 <vbe.h>
+#include <vbe/vbe.h>
 
 #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 <sys/stat.h>
 #include <fcntl.h>
 #include <libavutil/common.h>
-#include <vbe.h>
+#include <vbe/vbe.h>
 
 #include "video_out.h"
 #include "video_out_internal.h"
-- 
2.33.7
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin