[mythtv] [mythtv-commits] mythtv commit: r15624 by danielk

Stuart Auchterlonie stuarta at squashedfrog.net
Mon Jan 28 07:26:47 UTC 2008


mythtv at cvs.mythtv.org wrote:
>       Author: danielk
>         Date: 2008-01-27 19:27:40 +0000 (Sun, 27 Jan 2008)
> New Revision: 15624
>    Changeset: http://cvs.mythtv.org/trac/changeset/15624
> 
> Modified:
> 
>    trunk/mythtv/libs/libmythdvdnav/dvd_input.c
> 
> Log:
> 
> Fixes #4373. Use lseek64() rather than lseek() for MINGW compatibility.
> 
> 

This breaks OSX builds with the following

dvd_input.c: In function 'file_seek':
dvd_input.c:199: error: 'off64_t' undeclared (first use in this function)
dvd_input.c:199: error: (Each undeclared identifier is reported only once
dvd_input.c:199: error: for each function it appears in.)
dvd_input.c:199: error: parse error before 'pos'
dvd_input.c:200: error: 'pos' undeclared (first use in this function)
dvd_input.c:201: error: parse error before 'blocks'


Stuart




More information about the mythtv-dev mailing list