From patchwork Sat Jan 5 17:46:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Torsten Duwe X-Patchwork-Id: 16139 Received: from localhost ([127.0.0.1] helo=www.linuxtv.org) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1TrXpN-0004Qi-6j; Sat, 05 Jan 2013 18:46:37 +0100 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1TrXow-0004QT-NZ for vdr@linuxtv.org; Sat, 05 Jan 2013 18:46:35 +0100 X-tubIT-Incoming-IP: 213.95.11.211 Received: from verein.lst.de ([213.95.11.211] helo=newverein.lst.de) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with esmtps [TLSv1:AES256-SHA:256] for id 1TrXow-0001Zr-AR; Sat, 05 Jan 2013 18:46:10 +0100 Received: by newverein.lst.de (Postfix, from userid 107) id 4F22014570; Sat, 5 Jan 2013 18:46:09 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on newverein.lst.de X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: from blackhole (p5B089570.dip.t-dialin.net [91.8.149.112]) by newverein.lst.de (Postfix) with ESMTPSA id 59CE11451C; Sat, 5 Jan 2013 18:46:08 +0100 (CET) Date: Sat, 5 Jan 2013 18:46:08 +0100 (MET) From: Torsten Duwe To: Christopher Reimer In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (LNX 1266 2009-07-14) Organization: LST e.V. MIME-Version: 1.0 X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.1.5.173626 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MIME_TEXT_ONLY_MP_MIXED 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1700_1799 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CP_URI_IN_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_REPLYTO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __REPLYTO_SAMEAS_FROM 0, __REPLYTO_SAMEAS_FROM_ACC 0, __REPLYTO_SAMEAS_FROM_ADDY 0, __REPLYTO_SAMEAS_FROM_DOMAIN 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __URI_NO_MAILTO 0, __URI_NS , __USER_AGENT 0' X-LSpam-Score: -1.1 (-) X-LSpam-Report: No, score=-1.1 required=5.0 tests=BAYES_00=-1.9, RDNS_NONE=0.793 autolearn=no Cc: VDR Mailing List Subject: Re: [vdr] vdr-1.7.35 Makefile woes X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Torsten Duwe , VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: vdr-bounces@linuxtv.org Errors-To: vdr-bounces@linuxtv.org On Sat, 5 Jan 2013, Christopher Reimer wrote: > Hi Torsten, > > please try this patch against VDR 1.7.35. > http://www.vdr-portal.de/index.php?page=Attachment&attachmentID=32523 Ah, much better! Only xineliboutput still dumps additional .mo files under DESTDIR/Compiledir and tries to remove .so files from the running system. Only 1 plugin to fix... > At VDR-Portal we currently try to repair the whole Makefile stuff. I have 1.7.35 running now, after applying attached patch. Thanks for all the work! Torsten --- vdr-1.7.35/PLUGINS/src/dvbhddevice/dvbhdffdevice.c.orig 2012-12-29 14:23:22.000000000 +0100 +++ vdr-1.7.35/PLUGINS/src/dvbhddevice/dvbhdffdevice.c 2013-01-05 18:07:36.272558711 +0100 @@ -951,8 +951,13 @@ bool cDvbHdFfDeviceProbe::Probe(int Adap // --- YuvToJpeg ------------------------------------------------------------- - +extern "C" { +#ifdef boolean +#define HAVE_BOOLEAN +#endif #include +#undef boolean +} #define JPEGCOMPRESSMEM 4000000