From: Gildas Bazin Date: Wed, 11 Jun 2003 20:36:22 +0000 (+0000) Subject: * modules/video_filter/osd_text.c: small compile fix that seems to be needed on X-Git-Tag: 0.6.0~92 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=241059a45a9c1ae155ffcf6fbd90e589f814712e;p=vlc * modules/video_filter/osd_text.c: small compile fix that seems to be needed on some platforms. --- diff --git a/modules/video_filter/osd_text.c b/modules/video_filter/osd_text.c index d71cf8b4ba..c8d9c28904 100644 --- a/modules/video_filter/osd_text.c +++ b/modules/video_filter/osd_text.c @@ -2,7 +2,7 @@ * osd_text.c : Filter to put text on the video, using freetype2 ***************************************************************************** * Copyright (C) 2002, 2003 VideoLAN - * $Id: osd_text.c,v 1.4 2003/05/18 12:18:46 gbazin Exp $ + * $Id: osd_text.c,v 1.5 2003/06/11 20:36:22 gbazin Exp $ * * Authors: Sigmund Augdal * @@ -38,9 +38,7 @@ #include FT_FREETYPE_H #include FT_GLYPH_H -#ifdef WIN32 -#define FT_RENDER_MODE_NORMAL 0 -#endif +#define FT_RENDER_MODE_NORMAL 0 /* Why do we have to do that ? */ /***************************************************************************** * Local prototypes