diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-19 12:10:28 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-19 12:10:28 +0100 |
commit | 4132f5e7459b10df0faa9c36b632451e7f7d9afc (patch) | |
tree | 88a4d8bdacf5f19118dd769585f40efec4ea687e /HISTORY | |
parent | 8e54caa2057fb8d2c65da1273aa805ef4c80b5af (diff) | |
download | vdr-4132f5e7459b10df0faa9c36b632451e7f7d9afc.tar.gz vdr-4132f5e7459b10df0faa9c36b632451e7f7d9afc.tar.bz2 |
Removed some redundancy in the Makefile/Make.global/Make.config mechanism
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -7417,7 +7417,7 @@ Video Disk Recorder Revision History plugins to display these items in a more elaborate way than just a simple line of text. -2012-12-18: Version 1.7.34 +2012-12-19: Version 1.7.34 - Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent' (reported by Christoph Haubrich). @@ -7429,3 +7429,10 @@ Video Disk Recorder Revision History xgettext in several plugin Makefiles. - Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to the DEFINES in the Makefile (somehow got lost from Make.config.template in version 1.7.13). +- Removed some redundancy in the Makefile/Make.global/Make.config mechanism (suggested + by Christopher Reimer). The file Make.global is no longer used, and plugin Makefiles + don't include the file Make.config any more. Instead they now retrieve all necessary + information through calls to pkg-config. + Plugin authors (and users) can apply the patch from + ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.33-pluginmakefile.diff + to their Makefile to make the necessary changes (see comments in that file for details). |