Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] dvb-mpegtools LARGEFILE support issue??



Hi,

I recently upgraded one machine and found that dvb-mplex failed on large
files with an EOVERFLOW resulting from an ftell call in inptstrn.cpp. 
The problem is that ftell doesn't handle LARGEFILES I think.  A quick
search through include files and the net seems to indicate that ftell
and fseek should be replaced throughout by ftello and fseeko.

These functions are correctly redeclared in the headers to ftello64 and
fseeko64 when using large files.

Apologies if I'm behind lagging behind - the problem may lie elsewhere -
like with the Mandrake 9.1 I put on the offending machine.

Laurence
-- 
Laurence Culhane <mycroft@holmes.demon.co.uk>



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index