[MPlayer-dev-eng] New patched svgalib_helper-1.9.23 that works with kernel 2.6
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Mon Nov 14 01:26:23 CET 2005
On Monday, 14 November 2005 at 00:12, Vladimir Mosgalin wrote:
> Hi Dominik 'Rathann' Mierzejewski!
>
> On 2005.11.13 at 23:46:26 +0100, Dominik 'Rathann' Mierzejewski wrote next:
>
> > > With unpatched helper (what's the point in patching it, anyway? You just
> > > extract svgalib source, go to kernel/svgalib_helper, "make; make
> > > install; cp svgalib_helper.h <someone where mplayer will find it>" and
> > > it works)
> >
> > Indeed, but svgalib is almost 1MB while the helper itself is only a few
> > KBs large. The point of the patch is to make it independent.
>
> So it's a fix of headers and makefile dependencies?
Yes, attached.
R.
--
MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
We stand between the darkness ... and the light."
-- Delenn in Grey Council in Babylon 5:"Babylon Squared"
-------------- next part --------------
--- svgalib_helper/main.c.orig 2005-05-06 23:46:31.000000000 +0200
+++ svgalib_helper/main.c 2005-11-13 03:18:40.000000000 +0100
@@ -34,7 +34,7 @@
#include "svgalib_helper.h"
-#include "../../src/vgaversion.h"
+#include "mixed/vgaversion.h"
#include "i810.h"
#include "interrupt.h"
--- svgalib_helper/mixed/vgaversion.h.orig 2005-11-13 03:19:20.000000000 +0100
+++ svgalib_helper/mixed/vgaversion.h 2005-11-13 03:10:41.000000000 +0100
@@ -0,0 +1,2 @@
+int vga_version=0x1923;
+static char versionstr[32]="1.9.23-mplayer";
More information about the MPlayer-dev-eng
mailing list