]> git.sesse.net Git - vlc/commitdiff
* modules/video_filter/osd_text.c: small compile fix that seems to be needed on
authorGildas Bazin <gbazin@videolan.org>
Wed, 11 Jun 2003 20:36:22 +0000 (20:36 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 11 Jun 2003 20:36:22 +0000 (20:36 +0000)
some platforms.

modules/video_filter/osd_text.c

index d71cf8b4ba3875deb52b278a8100b85f215004f7..c8d9c28904ba7bacef8f7b3f771b3b8af5eca760 100644 (file)
@@ -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