From patchwork Mon Aug 15 15:52:21 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jouni Karvo X-Patchwork-Id: 11978 Received: from keskus.netlab.hut.fi ([130.233.154.176]) by www.linuxtv.org with esmtp (Exim 4.34) id 1E4hG4-0003nb-SS for vdr@linuxtv.org; Mon, 15 Aug 2005 17:52:16 +0200 Received: from keskus.netlab.hut.fi (localhost [127.0.0.1]) by keskus.netlab.hut.fi (8.12.10/8.12.10) with ESMTP id j7FFqMdS008475 for ; Mon, 15 Aug 2005 18:52:22 +0300 (EET DST) Received: (from kex@localhost) by keskus.netlab.hut.fi (8.12.10/8.12.10/Submit) id j7FFqLlf008472; Mon, 15 Aug 2005 18:52:21 +0300 (EET DST) MIME-Version: 1.0 Message-ID: <17152.47669.826534.823242@keskus.netlab.hut.fi> Date: Mon, 15 Aug 2005 18:52:21 +0300 From: Jouni Karvo To: "Klaus Schmidinger's VDR" Subject: [vdr] [ANNOUNCE] vdr-xine-0.7.5 plugin In-Reply-To: <42FFA3F7.1060104@gmx.de> References: <42FFA3F7.1060104@gmx.de> X-Mailer: VM 7.19 under Emacs 20.6.1 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 15:52:17 -0000 Status: O X-Status: X-Keywords: X-UID: 4190 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++)