Commit 241059a4 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_filter/osd_text.c: small compile fix that seems to be needed on
some platforms.
parent bfc8578e
......@@ -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 <sigmunau@idi.ntnu.no>
*
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment