diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-16 10:38:21 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-16 10:38:21 +0100 |
commit | bd478955e62143c81c7eeffeb51a35af60e4d0f0 (patch) | |
tree | aee0621f002249b944f87dd75784e6d840c2aaf6 | |
parent | 2de75c3e9ffec0e76a43e1e8c4ebe8b023ae628c (diff) | |
download | vdr-bd478955e62143c81c7eeffeb51a35af60e4d0f0.tar.gz vdr-bd478955e62143c81c7eeffeb51a35af60e4d0f0.tar.bz2 |
Added missing $(LDFLAGS) to the Makefile of the dvbhddevice plugin
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 10f4a3db..e6f46541 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1996,6 +1996,7 @@ Ville Skyttä <ville.skytta@iki.fi> for fixing cConfig::Load() for g++ version 4.7.0 for fixing some typos in HISTORY and CONTRIBUTORS for fixing some spellings in osd.h and svdrp.c + for adding missing $(LDFLAGS) to the Makefile of the dvbhddevice plugin Steffen Beyer <cpunk@reactor.de> for fixing setting the colored button help after deleting a recording in case the next @@ -7585,7 +7585,7 @@ Video Disk Recorder Revision History - Fixed formatting and removed some superfluous break statements in vdr.c's command line option switch. -2013-02-15: Version 1.7.38 +2013-02-16: Version 1.7.38 - Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). @@ -7623,3 +7623,5 @@ Video Disk Recorder Revision History - Fixed a crash in cMenuEditChanItem::Set() when entering a channel number that doesn't exist (reported by Mikael Hübsch). - Fixed displaying pending timers in "alert" mode in the LCARS skin. +- Added missing $(LDFLAGS) to the Makefile of the dvbhddevice plugin (thanks to Ville + Skyttä). |