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 --- 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++)