Re: [vdr] [PATCH] Gather necessary options for build in Make.global and include it.

2010-01-30 Thread Udo Richter
Am 28.01.2010 22:52, schrieb Ville Skyttä: On Thursday 28 January 2010, Paul Menzel wrote: Therefore include strictly necessary options in `Make.global` and include this in all the Makefiles before `Make.config`. If these options are strictly necessary, shouldn't the leading - be dropped

Re: [vdr] VDR plugin options

2010-01-30 Thread Udo Richter
Am 25.01.2010 00:19, schrieb Adrian C.: Now I want a variable or array at the top of the script so I could easily add, remove and comment plugins... rewriting the above example: vdrplug=(-Pfemon -Psoftdevice -vo xv:full -ao alsa:mixer:pcm=default ) $vdrbin -L $vdrlib ${vdrpl...@]}

Re: [vdr] [PATCH] Gather necessary options for build in Make.global and include it.

2010-01-30 Thread Paul Menzel
Am Samstag, den 30.01.2010, 11:57 +0100 schrieb Udo Richter: Am 28.01.2010 22:52, schrieb Ville Skyttä: On Thursday 28 January 2010, Paul Menzel wrote: Therefore include strictly necessary options in `Make.global` and include this in all the Makefiles before `Make.config`. If these

Re: [vdr] PCR pid

2010-01-30 Thread Klaus Schmidinger
On 24.01.2010 18:37, Petri Hintukainen wrote: Klaus Schmidinger wrote: I was under the impression that the WMP was one of those players that have problems if there is no PCR, but apparently it plays just fine... When I used vlc with streamdev (few years ago), vlc refused to play http

Re: [vdr] [PATCH] Gather necessary options for build in Make.global and include it.

2010-01-30 Thread Udo Richter
Am 30.01.2010 12:12, schrieb Paul Menzel: Sorry, I do not know if I understood you correctly. Do you mean that some other plugins (which are not shipped with VDR, i. e. the patch does not need to be changed in that regard) need to use `-include $(VDRDIR)/Make.global` instead of `include

Re: [vdr] VDR plugin options

2010-01-30 Thread VDR User
On Sat, Jan 30, 2010 at 3:07 AM, Udo Richter udo_rich...@gmx.de wrote: The correct way to place every array element as one parameter, without doing any additional whitespace separation, is this: $vdrbin -L $vdrlib ${vdrpl...@]} In contrast, ${vdrplug[*]} merges all to one parameter,

Re: [vdr] [PATCH] Gather necessary options for build in Make.global and include it.

2010-01-30 Thread VDR User
On Sat, Jan 30, 2010 at 4:21 AM, Udo Richter udo_rich...@gmx.de wrote: However, this is not a concern for VDR or for this patch. Its ok for VDR to look ahead, and not to carry endless compatibility hacks with it. I couldn't agree more. I cant stand when something is bloated down with that,

Re: [vdr] VDR plugin options

2010-01-30 Thread Udo Richter
Am 30.01.2010 19:23, schrieb VDR User: On Sat, Jan 30, 2010 at 3:07 AM, Udo Richter udo_rich...@gmx.de wrote: The correct way to place every array element as one parameter, without doing any additional whitespace separation, is this: $vdrbin -L $vdrlib ${vdrpl...@]} In contrast,

Re: [vdr] vdr-1.7.11 (+ vdr-xine) segfaults

2010-01-30 Thread Jouni Karvo
hi, Reinhard Nissl kirjoitti: Please report the logged error message. Actually, your patch immediately segfaulted. But I can see some problem: The include files from the distro tell me: k...@vdr:/usr/include$ grep __NR_gettid */* asm/unistd_32.h:#define __NR_gettid224