[vlc-devel] Re: vlc: svn commit r9897 (gbazin)
Steve Lhomme
steve.lhomme at free.fr
Wed Feb 9 09:43:49 CET 2005
Gildas Bazin a écrit :
> On Tuesday 08 February 2005 20:27, Steve Lhomme wrote:
>
>>Subversion daemon a écrit :
>>
>>>r9897 | gbazin | 2005-02-08 15:18:05 +0100 (Tue, 08 Feb 2005) | 1 line
>>>Changed paths:
>>> M /trunk/include/vlc_common.h
>>>
>>>* include/vlc_common.h: avoid compiler warnings.
>>
>>This commit breaks, the MSVC compilation. vlc_seek needs to be exported
>>for MSVC.
>>
>>using in include/vlc_common.h :
>>
>>VLC_EXPORT( off_t, vlc_lseek, ( int, off_t, int ) );
>>
>
>
> MSVC does support lseek. The above wrapper was just there for WinCE but it
> isn't used anymore which is why it's being removed.
> My guess is that your include/vlc_symbols.h wasn't updated after this
> change, in which case you need to run ./toolbox --update-includes.
I did that yesterday. That resulted in 3h of extra work to recover the
config I had been working on on before... (only to realise later that I
had backup of my work on another HD)
I tried it on Linux and it didn't help neither. So please put that
export back for MSVC. I don't think anyone but me will care.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list