From patchwork Sun Mar 24 15:40:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Dachs X-Patchwork-Id: 17595 Received: from localhost ([127.0.0.1] helo=www.linuxtv.org) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1UJn2s-0005Xa-QZ; Sun, 24 Mar 2013 16:41:18 +0100 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1UJn2T-0005XB-8u for vdr@linuxtv.org; Sun, 24 Mar 2013 16:41:17 +0100 X-tubIT-Incoming-IP: 85.13.128.22 Received: from dd2000.kasserver.com ([85.13.128.22]) by mail.tu-berlin.de (exim-4.75/mailfrontend-3) with esmtps [TLSv1:AES256-SHA:256] for id 1UJn2S-0005hc-G1; Sun, 24 Mar 2013 16:40:53 +0100 Received: from server (unknown [46.59.227.183]) by dd2000.kasserver.com (Postfix) with ESMTPA id 9533754A1AE for ; Sun, 24 Mar 2013 16:40:52 +0100 (CET) Received: by server (Postfix, from userid 111) id 2323443E7299; Sun, 24 Mar 2013 16:40:52 +0100 (CET) Received: from [192.168.99.21] (i5.fritz.box [192.168.99.21]) by server (Postfix) with ESMTP id C5D1643E7256 for ; Sun, 24 Mar 2013 16:40:51 +0100 (CET) Message-ID: <514F1E83.5060005@dachsweb.de> Date: Sun, 24 Mar 2013 16:40:51 +0100 From: Gerald Dachs User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: VDR Mailing List References: <514DD4F4.5090907@users.sourceforge.net> <514E2389.8080809@tvdr.de> <514ECC27.5000408@users.sourceforge.net> <514ECED9.5040601@tvdr.de> <514ED3A9.8010700@helmutauer.de> <514ED5D1.6010503@gmx.de> <514EDAC3.4050307@helmutauer.de> <73c544bdbb880e25e4a8bc1eb48dff04@sculptor.uberspace.de> <514EF08D.2010602@helmutauer.de> In-Reply-To: X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Sun Mar 24 16:40:52 2013 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 514f1e83250661305017642 X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.3.24.153021 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_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __ANY_URI 0, __BAT_BOUNDARY 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CP_MEDIA_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __FORWARDED_MSG 0, __HAS_FROM 0, __HAS_MSGID 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __URI_NO_PATH 0, __URI_NO_WWW 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 Subject: Re: [vdr] New Makefile system X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: 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 Am 24.03.2013 15:48, schrieb VDR User: > On Sun, Mar 24, 2013 at 5:24 AM, Helmut Auer wrote: >>> Which plugin are you refering to? >>> >> softhddevice and live Plugin. >> There was a mismatch between c an c++ flags and this was surely caused by >> the new makefile system :) > When using the new style Makefile supplied with softhddevice git, I > was getting crashed. Johns acknowledged the plugin had issues with the > new Makefile and recommended to continue using the provided old-style > Makefile. So are you saying that you've actually fixed softhddevice so > it works correctly and no longer crashes when using the new-style > Makefile? If so, would you mind submitting that patch to Johns so he > can merge it? I don't know whether Tobi started his plugin from scratch, or used our yavdr package as template, but we don't have crashes either. With vdr 1.7.41 and 1.7.42 and softhddevice 0.6.0 there are no Problems at least with vdpau on 64 bit systems. The only used patch (attached) has nothing to do with the new makefiles. Gerald !DSPAM:514f1e83250661305017642! Index: vdr-plugin-softhddevice-0.5.2.git.20130303.1729/Makefile =================================================================== --- vdr-plugin-softhddevice-0.5.2.git.20130303.1729.orig/Makefile 2013-03-11 16:32:00.000000000 +0100 +++ vdr-plugin-softhddevice-0.5.2.git.20130303.1729/Makefile 2013-03-12 11:40:16.893647421 +0100 @@ -32,8 +32,8 @@ #CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np #CONFIG += -DNO_TS_AUDIO # disable ts audio parser #CONFIG += -DUSE_TS_VIDEO # build new ts video parser -#CONFIG += -DUSE_MPEG_COMPLETE # support only complete mpeg packets -#CONFIG += -DUSE_VDR_SPU # use VDR SPU decoder. +CONFIG += -DUSE_MPEG_COMPLETE # support only complete mpeg packets +CONFIG += -DUSE_VDR_SPU # use VDR SPU decoder. ifeq ($(ALSA),1) CONFIG += -DUSE_ALSA