summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-18 10:46:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-18 10:46:13 +0100
commit3def525dc45f52a5e50f29f0106fe16dcd1b85c9 (patch)
tree27eb1374c9b301b2e0caf4a83fe35c98429bb54e /CONTRIBUTORS
parentc7ce1c37e34bce2b945fb484e3f20fcec1fac19c (diff)
downloadvdr-3def525dc45f52a5e50f29f0106fe16dcd1b85c9.tar.gz
vdr-3def525dc45f52a5e50f29f0106fe16dcd1b85c9.tar.bz2
Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to Make.config.template
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 335c5711..13692e0c 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2402,3 +2402,6 @@ Edgar Hucek <gimli@dark-green.com>
Johann Friedrichs <johann.friedrichs@web.de>
for fixing incrementing the continuity counter in cPatPmtGenerator::GetPmt()
+ for pointing out that "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+ -D_LARGEFILE64_SOURCE" should be added to Make.config.
+ to Make.config.template (thanks to Johann Friedrichs for pointing this out).