[dvblast-devel] [PATCH 0/4] Add support for compiling DVBlast on non-Linux systems.
Georgi Chorbadzhiyski
gf at unixsol.org
Fri Aug 24 00:38:49 CEST 2012
The following patches add support for compiling DVBlast on systems that
are not Linux (compilaton was successfully completed on OS X 10.6).
Patch #1 is just a praparation.
Patch #2 adds HAVE_{DVB,ASI}_SUPPORT defines.
Patches #3 and #4 are needed for error free compilation on OS X.
All patches are available in osx branch at git://github.com/gfto/dvblast.git
Georgi Chorbadzhiyski (4):
[1/4] Move config definitions from dvblast.h to config.h
[2/4] Add HAVE_{DVB,ASI}_SUPPORT config vars.
[3/4] Include stddef.h where ptrdiff_t is needed.
[4/4] Add support for build DVBlast for Mac OS X.
Makefile | 10 +++++++++-
asi.c | 4 ++++
comm.c | 3 +++
comm.h | 4 ++++
config.h | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
demux.c | 1 +
dvb.c | 5 +++++
dvblast.c | 29 ++++++++++++++++++++++++++---
dvblast.h | 19 +------------------
dvblastctl.c | 6 ++++++
en50221.c | 16 ++++++++++++++++
en50221.h | 2 +-
output.c | 4 ++--
udp.c | 8 +++++++-
14 files changed, 146 insertions(+), 26 deletions(-)
create mode 100644 config.h
--
1.7.11.1
More information about the dvblast-devel
mailing list