[Ffmpeg-devel] [PATCH] qt-faststart > 4gb files compliant

Rich Felker dalias
Wed Mar 15 19:52:54 CET 2006


On Wed, Mar 15, 2006 at 10:05:22AM -0800, Mike Melanson wrote:
> Baptiste COUDURIER wrote:
> >Hi,
> >
> >This patch makes qt-faststart 64 bit file offsets compliant.
> >
> >Patch to Makefile is to use CFLAGS while compiling qt-faststart, to set
> >_FILE_OFFSET_BITS to 64, define _LARGEFILE_SOURCE
> 
> 	Seriously? Hmm, just looked at the man pages. I never knew ftello() 
> 	and fseeko() existed. Are the functions really that widespread? Do they 
> exist on Windows or Mac OS X (not that I care; just curious).

They are not included in ISO C (because it has no such concept as
off_t), but are part of POSIX and exist on any sane system.

Rich





More information about the ffmpeg-devel mailing list