changeset 10219:beeed3a9606e

reversed my 10l
author alex
date Sat, 31 May 2003 17:30:47 +0000
parents f82646fc1431
children 5f0d4b36db5a
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sat May 31 16:41:41 2003 +0000
+++ b/mplayer.c	Sat May 31 17:30:47 2003 +0000
@@ -3529,10 +3529,10 @@
   goto play_next_file;
 }
 
+#ifdef HAVE_FREETYPE
 current_module="uninit_font";
 if (vo_font) free_font_desc(vo_font);
 vo_font = NULL;
-#ifdef HAVE_FREETYPE
 done_freetype();
 #endif