Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] [ANNOUNCE] vdr-xine-0.5.1 plugin



hello,

Reinhard Nissl writes:
 > Hi,
 > 
 > after quite a long time I'm pleased to announce release 0.5.1:
 > 
 >      http://home.vr-web.de/~rnissl/vdr-xine-0.5.1.tgz

The following patch helps the xine-lib patch compile with gcc-2.95.3.

yours,
		Jouni

kex@vdr:~/installs/vdr/xine/xine-0.5.1/xine-lib/src/vdr$ diff -u
input_vdr.c~ input_vdr.c
--- input_vdr.c~        2004-10-05 19:25:52.000000000 +0300
+++ input_vdr.c 2004-10-05 20:30:14.000000000 +0300
@@ -404,6 +404,7 @@
   if (funcSetColor == this->cur_func)
   {
     dataSetColor_t *data = &dataUnion.setColor;
+    uint32_t vdrColor[ 256 ];
     
     lprintf("got SETCOLOR\n");
     
@@ -416,7 +417,6 @@
     if (((data->num + 1) * sizeof (uint32_t)) != this->cur_size)
       return -1;
 
-    uint32_t vdrColor[ 256 ];
     
     n = _x_read_abort (this->stream, this->fhControl, (char
     *)&vdrColor[ data->index ], this->cur_size);
     if (n != this->cur_size)




Home | Main Index | Thread Index