Re: [vdr] softhddevice constantly restart VDR

2013-02-23 Thread Marx
W dniu 2013-02-23 07:03, Helmut Auer pisze: Hello Try softhddevice-0.5.2 3 months old code - ok Everything seems the same: Feb 23 10:04:10 wuwek vdr: [18660] registered source parameters for 'I - IPTV' Feb 23 10:04:10 wuwek vdr: [18660] new device number 9 Feb 23 10:04:10 wuwek vdr:

[vdr] RFC: Adding CPPFLAGS to Makefile

2013-02-23 Thread Tobi
Hello! Klaus asked me to put this up for discussion: At least Debian and Debian derivatives provide standard values for CFLAGS/CXXFLAGS/LDFLAGS/CPPFLAGS/FFLAGS. VDR's Makefile does not use CPPFLAGS (C-Pre-Processor flags) right now. Not a big deal and easy to work-around, but for the sake of

Re: [vdr] RFC: Adding CPPFLAGS to Makefile

2013-02-23 Thread Ville Skyttä
On 2013-02-23 14:43, Tobi wrote: VDR's Makefile does not use CPPFLAGS (C-Pre-Processor flags) right now. Not a big deal and easy to work-around, but for the sake of providing a standards-conform Makefile I suggest adding CPPFLAGS as well. +1 to the general idea. To take it a bit further, I

Re: [vdr] RFC: Adding CPPFLAGS to Makefile

2013-02-23 Thread Christopher Reimer
Am 23.02.2013 15:40, schrieb Ville Skyttä: On 2013-02-23 14:43, Tobi wrote: VDR's Makefile does not use CPPFLAGS (C-Pre-Processor flags) right now. Not a big deal and easy to work-around, but for the sake of providing a standards-conform Makefile I suggest adding CPPFLAGS as well. +1 to the