[vlc-devel] Re: vlc: svn commit r9897 (gbazin)

Gildas Bazin gbazin at altern.org
Wed Feb 9 10:11:40 CET 2005


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.

--
Gildas

-- 
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