Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37765961
en ru br
ALT Linux repos
S:1.5-alt1.38416.2
D:1.0-alt35.27330.1
5.0: 1.0-alt35.27654.3
4.1: 1.0-alt35.26470.1
4.0: 1.0-alt35.23722.M40.1

Group :: Video
RPM: mplayer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: MPlayer-svn-20060711-vbe.patch
Download


diff -urN MPlayer-svn-20060711.orig/configure MPlayer-svn-20060711/configure
--- MPlayer-svn-20060711.orig/configure	2006-07-10 14:48:37 +0300
+++ MPlayer-svn-20060711/configure	2006-07-12 16:02:20 +0300
@@ -4488,7 +4488,7 @@
 echocheck "VESA support"
 if test "$_vesa" = auto ; then
   cat > $TMPC << EOF
-#include <vbe.h>
+#include <vbe/vbe.h>
 int main(void) { vbeVersion(); return 0; }
 EOF
   _vesa=no
diff -urN MPlayer-svn-20060711.orig/libvo/gtf.h MPlayer-svn-20060711/libvo/gtf.h
--- MPlayer-svn-20060711.orig/libvo/gtf.h	2006-06-13 15:11:09 +0300
+++ MPlayer-svn-20060711/libvo/gtf.h	2006-07-12 16:02:37 +0300
@@ -1,7 +1,7 @@
 #ifndef __GTF_H
 #define __GTF_H
 
-#include <vbe.h>
+#include <vbe/vbe.h>
 
 #define GTF_VF 0 
 #define GTF_HF 1 
diff -urN MPlayer-svn-20060711.orig/libvo/vo_vesa.c MPlayer-svn-20060711/libvo/vo_vesa.c
--- MPlayer-svn-20060711.orig/libvo/vo_vesa.c	2006-07-03 14:16:55 +0300
+++ MPlayer-svn-20060711/libvo/vo_vesa.c	2006-07-12 16:02:30 +0300
@@ -32,7 +32,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#include <vbe.h>
+#include <vbe/vbe.h>
 
 #include "video_out.h"
 #include "video_out_internal.h"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin