[Mplayer-cvslog] CVS: main/libvo font_load_ft.c,1.3,1.4
Arpi of Ize
arpi at mplayerhq.hu
Thu Aug 29 23:09:51 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv15023
Modified Files:
font_load_ft.c
Log Message:
libgen.h is glibc specific, and not used at all -> removed
noticed by Steven M. Schultz <sms at 2BSD.COM>
Index: font_load_ft.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load_ft.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- font_load_ft.c 29 Aug 2002 17:35:21 -0000 1.3
+++ font_load_ft.c 29 Aug 2002 21:09:48 -0000 1.4
@@ -15,10 +15,10 @@
#include <stdio.h>
#include <stdlib.h>
-#include <iconv.h>
#include <math.h>
#include <string.h>
-#include <libgen.h>
+
+#include <iconv.h>
#include <freetype/freetype.h>
#include <freetype/ftglyph.h>
More information about the MPlayer-cvslog
mailing list