From patchwork Sun Sep 11 21:14:16 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 12020 Received: from c-24-10-6-146.hsd1.ca.comcast.net ([24.10.6.146] helo=nofear.bounceme.net) by www.linuxtv.org with esmtp (Exim 4.34) id 1EEZ8Z-0007J2-CX for vdr@linuxtv.org; Sun, 11 Sep 2005 23:13:19 +0200 Received: from [10.1.1.66] (hades [10.1.1.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by nofear.bounceme.net (Postfix) with ESMTP id 5DF7073534 for ; Sun, 11 Sep 2005 14:12:43 -0700 (PDT) Message-ID: <43249E28.2090407@syphir.sytes.net> Date: Sun, 11 Sep 2005 14:14:16 -0700 From: "C.Y.M" Organization: CooLNeT User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Klaus Schmidinger's VDR Subject: Re: [vdr] Sky-Plugin doesn't compile with vdr-1.3.32 References: <43245F54.7040807@zastrow4u.de> <4324633A.9020303@cadsoft.de> <4324691F.4060402@gmx.de> In-Reply-To: <4324691F.4060402@gmx.de> X-Enigmail-Version: 0.92.0.0 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: syphir@syphir.sytes.net, Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:13:19 -0000 Status: O X-Status: X-Keywords: X-UID: 4889 Udo Richter wrote: > > Some more plugins broke because of simillar #include problems: > > Streamdev-CVS: > client/filter.c > remux/ts2ps.c > remux/ts2es.c > I did not have problems with ts2ps.c and ts2es.c. You might want to check those two files again. Attached are patches for all the plugins I had to fix.. Im sure there are more. Best Regards, C. diff -ru vdr-1.3.32-orig/PLUGINS/src/yaepg/yaepg.c vdr-1.3.32/PLUGINS/src/yaepg/yaepg.c --- vdr-1.3.32-orig/PLUGINS/src/yaepg/yaepg.c 2005-05-29 11:00:02.000000000 -0700 +++ vdr-1.3.32/PLUGINS/src/yaepg/yaepg.c 2005-09-11 13:58:14.000000000 -0700 @@ -7,6 +7,7 @@ */ #include "yaepg.h" +#include #define EPGWinHandle areas[0] #define InfoWinHandle areas[1]