1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Added an include of VDR's 'Make.global' to libsi's Makefile

This commit is contained in:
Klaus Schmidinger 2010-11-07 13:32:09 +01:00
parent eff0655b1d
commit 6c176e0e7b
3 changed files with 5 additions and 1 deletions

View File

@ -1101,6 +1101,7 @@ Rolf Ahrenberg <rahrenbe@cc.hut.fi>
ETSI EN 300 743, chapter 7.2.1 ETSI EN 300 743, chapter 7.2.1
for fixing the array size of Atypes in cPatFilter::Process() for fixing the array size of Atypes in cPatFilter::Process()
for adding support for "registration descriptor" to 'libsi' and using it in pat.c for adding support for "registration descriptor" to 'libsi' and using it in pat.c
for adding an include of VDR's 'Make.global' to libsi's Makefile
Ralf Klueber <ralf.klueber@vodafone.com> Ralf Klueber <ralf.klueber@vodafone.com>
for reporting a bug in cutting a recording if there is only a single editing mark for reporting a bug in cutting a recording if there is only a single editing mark

View File

@ -6503,3 +6503,5 @@ Video Disk Recorder Revision History
- Added support for "registration descriptor" to 'libsi' and using it in pat.c (thanks - Added support for "registration descriptor" to 'libsi' and using it in pat.c (thanks
to Rolf Ahrenberg). to Rolf Ahrenberg).
- Fixed unjustified log entries about changed channel pids (reported by Derek Kelly). - Fixed unjustified log entries about changed channel pids (reported by Derek Kelly).
- Added an include of VDR's 'Make.global' to libsi's Makefile (thanks to Rolf
Ahrenberg).

View File

@ -1,7 +1,7 @@
# #
# Makefile for a libsi # Makefile for a libsi
# #
# $Id: Makefile 1.6 2006/05/26 10:40:19 kls Exp $ # $Id: Makefile 2.1 2010/11/07 13:31:05 kls Exp $
### The C++ compiler and options: ### The C++ compiler and options:
@ -11,6 +11,7 @@ AR = ar
ARFLAGS = ru ARFLAGS = ru
RANLIB = ranlib RANLIB = ranlib
include ../Make.global
-include ../Make.config -include ../Make.config
### The directory environment: ### The directory environment: