[vdr] [ANNOUNCE] VDR developer version 1.7.3

2009-01-14 Thread Johann Friedrichs
It is much easier than in my previous message to get plugins running, that use cReadDir: add DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ -D_LARGEFILE64_SOURCE to Make.config Regards, Johann ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.3

2009-01-13 Thread Johann Friedrichs
Hi, with vdr 1.7.3 I had no directory display in the pictures-plugin and crashes in dvdswitch, while it initially scanned the defined base directory for DVD-Images. I found, that with the LARGEFILE options I had to change cReadDir accordingly to use dirent64 and readdir64_r (tools.h, tools.c)