[vlc-devel] Re: building one contrib lib and freetype version
Christophe Mutricy
xtophe at nxtelevision.com
Sat Feb 24 15:09:41 CET 2007
On Sat, Feb 24, 07 at 12:29 +0100, Roman Bednarek wrote:
>
> Hi
>
> I have two questions regarding windows build.
> First I wanted to build only one contrib library (freetype), it went
> smooth, but after that configure could not find other lib which I have in
> contrib. Do I have to build all contrib libs even if I need only one? or I
> have missconfigured something?
yes there is some code in configure detecting that there is libs in
extras/contribs and changing the paths.
So in your case add --without-contribs
--with-freetype-config-path=${path_to_vlc_sources}/extra/contrib/bin
> Some functions (FT_GlyphSlot_Oblique) are not present in standard
> contrib libfreetype, they are in the header, and in the lib I built in
> extras/contrib dir. Can I use such functions?
Hmm you should check the Makefile in extra/contrib/src to see if we
don't use some special argument when we configure freetype which
deactivate those functions
hth
--
Xtophe
--
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