[vlc-devel] Re: osd functions (with fix)

Brian Robb vascy at hotmail.com
Sun Sep 4 21:13:36 CEST 2005


>They are all defined in src/osd/osd_text.c, but it supposed to be in the
>project for libvlc...
>By the way on Windows I recommand you TortoiseSVN as svn client.

Right, I had to add osd_text.c to the project file and then change:

include/vlc_es.h

After the lines:

#ifndef _VLC_ES_H
#define _VLC_ES_H 1

Add the line:

#include "vlc_common.h"

So that it would compile.
(vlc_es.h uses types like uint8_t and such,
which msvc doesn't have but vlc_common.h defines them...)


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