[ANNOUNCE] vdr-xine-0.7.5 plugin

Message ID 17152.47669.826534.823242@keskus.netlab.hut.fi
State New
Headers

Commit Message

Jouni Karvo Aug. 15, 2005, 3:52 p.m. UTC
  Reinhard Nissl writes:
 > Hi,
 > 
 > I'm pleased to announce maintenance release 0.7.5:
 > 
 >      http://home.vr-web.de/~rnissl/vdr-xine-0.7.5.tgz

the following patch fixes a compilation problem...

yours,
		Jouni
  

Patch

--- xine-lib.patch~     2005-08-14 20:52:21.000000000 +0300
+++ xine-lib.patch      2005-08-15 18:47:24.159676824 +0300
@@ -3378,6 +3378,7 @@ 
 +      int step = buf->format.bits / 8;
 +      uint8_t *src = (uint8_t *)buf->mem;
 +      uint8_t *dst = (uint8_t *)vdr_buf->mem;
++      int i, k;
 +
 +      if (this->audio_channels == 2)
 +        src += step;
@@ -3386,7 +3387,6 @@ 
 +              , this->audio_channels
 +              , buf->format.bits);
 +*/      
-+      int i, k;
 +      for (i = 0; i < buf->num_frames; i++)
 +      {
 +        for (k = 0; k < step; k++)