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

2010-01-29 Thread Frank Schmirler
Hi Paul, thanks for the patch - looks good. Some suggestions from me: 1) from VDR's Makefile, remove the line DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE It is already included from Make.global 2) in all plugin Makefiles, remove -fPIC from the line CXXFLAGS ?= -fP

[vdr] vdr-1.7.11 + xineliboutput

2010-01-29 Thread serge pecher
Hello, I have an installation running with vdr-1.7.10 from the vdr-team PPA, and sasc-ng to use my 3 off subscribtions card. I have 2 dvb-S2 card in this computer, so with sasc-ng, 2 virtual dvb adapters. This is working quite well except the streaming to xbmc (freeze when zapping in xbmc) I inte

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

2010-01-29 Thread Paul Menzel
Dear Frank, Am Freitag, den 29.01.2010, 10:04 +0100 schrieb Frank Schmirler: […] > 1) from VDR's Makefile, remove the line > DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > It is already included from Make.global > > 2) in all plugin Makefiles, remove -fPIC from t

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

2010-01-29 Thread Paul Menzel
Without this patch, if some options in `Makefile` were set outside `Makefile` and no `Make.config` existed with the necessary options, builds could fail. [1][2][3] Therefore include strictly necessary options in `Make.global` and include this in all the Makefiles before `Make.config`. [1] http