[MPlayer-cvslog] r32276 - trunk/libass/ass_mp.c

diego subversion at mplayerhq.hu
Thu Sep 16 20:44:20 CEST 2010


Author: diego
Date: Thu Sep 16 20:44:19 2010
New Revision: 32276

Log:
Remove pointless fontconfig version #ifdef.
We require at least version 2.0.4 of fontconfig, no need to check for it.

Modified:
   trunk/libass/ass_mp.c

Modified: trunk/libass/ass_mp.c
==============================================================================
--- trunk/libass/ass_mp.c	Thu Sep 16 17:48:04 2010	(r32275)
+++ trunk/libass/ass_mp.c	Thu Sep 16 20:44:19 2010	(r32276)
@@ -42,11 +42,7 @@ float ass_font_scale = 1.;
 float ass_line_spacing = 0.;
 int ass_top_margin = 0;
 int ass_bottom_margin = 0;
-#if defined(FC_VERSION) && (FC_VERSION >= 20402)
 int extract_embedded_fonts = 1;
-#else
-int extract_embedded_fonts = 0;
-#endif
 char **ass_force_style_list = NULL;
 int ass_use_margins = 0;
 char* ass_color = NULL;


More information about the MPlayer-cvslog mailing list