Am 24.03.2013 15:48, schrieb VDR User:
On Sun, Mar 24, 2013 at 5:24 AM, Helmut Auer <v...@helmutauer.de> 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
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to