summaryrefslogtreecommitdiff
path: root/HISTORY
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 /HISTORY
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 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 58756a34..84b8e43f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5912,7 +5912,7 @@ Video Disk Recorder Revision History
can handle DVB-S2. The #define is still there to allow people with older drivers
who don't need DVB-S2 to use this version without pathcing.
-2009-01-16: Version 1.7.4
+2009-01-18: Version 1.7.4
- Removed the '#define FE_CAN_2ND_GEN_MODULATION', since it was wrong and the
flag is now in the driver, anyway.
@@ -5935,3 +5935,7 @@ Video Disk Recorder Revision History
caused a problem with removing, no others were removed any more and an ongoing
recording could fill up the disk and cause other recordings to be deleted
automatically (reported by Reinhard Nissl).
+- Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
+ to Make.config.template (thanks to Johann Friedrichs for pointing this out).
+ Plugin authors should add this line to their Makefile or Make.config if they use
+ file access functions that need special versions for 64 bit offsets.